From d3af1ea85a242393a97446e558b606cf3ce307a0 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 4 Apr 2015 14:09:00 +0200 Subject: [PATCH] + fix compiler warning --- src/Base/Tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/Tools.cpp b/src/Base/Tools.cpp index 509d61750..f24c852d6 100644 --- a/src/Base/Tools.cpp +++ b/src/Base/Tools.cpp @@ -29,7 +29,7 @@ #endif # include -#include +#include "PyExport.h" #include "Tools.h" namespace Base {