From b050a1890ec2c0e4e87e337eef18b88d2bd4e9db Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 24 Oct 2014 13:02:07 +0200 Subject: [PATCH] eina_cxx: Include newly added header to unbreak make distcheck --- src/Makefile_Eina_Cxx.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Eina_Cxx.am b/src/Makefile_Eina_Cxx.am index 94b5ab2528..5c5e2dbb75 100644 --- a/src/Makefile_Eina_Cxx.am +++ b/src/Makefile_Eina_Cxx.am @@ -28,6 +28,7 @@ bindings/eina_cxx/eina_range_types.hh \ bindings/eina_cxx/eina_ref.hh \ bindings/eina_cxx/eina_stringshare.hh \ bindings/eina_cxx/eina_thread.hh \ +bindings/eina_cxx/eina_throw.hh \ bindings/eina_cxx/eina_tuple.hh \ bindings/eina_cxx/eina_tuple_unwrap.hh \ bindings/eina_cxx/eina_type_traits.hh \