diff UnitTestsSources/LoggingTests.cpp @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children 3c19371090c3
line wrap: on
line diff
--- a/UnitTestsSources/LoggingTests.cpp	Fri May 29 21:23:57 2020 +0200
+++ b/UnitTestsSources/LoggingTests.cpp	Fri Jun 05 16:07:01 2020 +0200
@@ -30,6 +30,11 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  **/
 
+
+#if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
+#  include <OrthancFramework/OrthancFramework.h>
+#endif
+
 #include "PrecompiledHeadersUnitTests.h"
 #include "gtest/gtest.h"
 #include <boost/regex.hpp>