From 19d7fd2c412e3c545a69b3fa801661743e4938bb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 19 Sep 2013 11:11:49 +0300 Subject: Sprinkle more boost_headers love Fix compilation errors when not using system boost. Might be more. It's sad that one has to micro-manage boost use like this. Change-Id: I3541789530fbdb0fb03e2b355144e63f8b031097 --- shell/Executable_lngconvex.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') diff --git a/shell/Executable_lngconvex.mk b/shell/Executable_lngconvex.mk index ee0171960f9a..220f872596da 100644 --- a/shell/Executable_lngconvex.mk +++ b/shell/Executable_lngconvex.mk @@ -13,6 +13,8 @@ $(eval $(call gb_Executable_add_defs,lngconvex,\ -D_NTSDK \ )) +$(eval $(call gb_Executable_use_external,lngconvex,boost_headers)) + $(eval $(call gb_Executable_use_sdk_api,lngconvex)) $(eval $(call gb_Executable_use_libraries,lngconvex,\ -- cgit