[shark] 34/79: added missing include to Shark.h which prevented the define sto get through to the DLL macros. Fixes #10

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:40:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository shark.

commit 081337e3331d30afbea52dc0984571b046dfdf24
Author: Oswin Krause <oswin.krause at di.ku.dk>
Date:   Fri Oct 30 09:56:59 2015 +0100

    added missing include to Shark.h which prevented the define sto get through to the DLL macros. Fixes #10
---
 include/shark/Core/DLLSupport.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/shark/Core/DLLSupport.h b/include/shark/Core/DLLSupport.h
index 404cc61..61ef2ef 100644
--- a/include/shark/Core/DLLSupport.h
+++ b/include/shark/Core/DLLSupport.h
@@ -36,6 +36,7 @@
 #define SHARK_CORE_DLLSUPPORT_H
 
 #include <boost/config.hpp>
+#include <shark/Core/Shark.h>
 
 #if !( defined SHARK_USE_DYNLIB && defined BOOST_MSVC) 
 #define SHARK_EXPORT_SYMBOL

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list