From 854024802896e9f86a8cdba6919e089127b14998 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 13 Mar 2014 22:56:59 +0100 Subject: [PATCH] support: fix minor include issue --- src/datax_support/support_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datax_support/support_global.h b/src/datax_support/support_global.h index 37378f8..477d2f9 100644 --- a/src/datax_support/support_global.h +++ b/src/datax_support/support_global.h @@ -1,7 +1,7 @@ #ifndef FOUG_C_SUPPORT_GLOBAL_H #define FOUG_C_SUPPORT_GLOBAL_H -#include +#include "../datax_core/global.h" #ifdef FOUG_LIBSUPPORT_DLL # ifdef FOUG_LIBSUPPORT_MAKE_DLL