Commit e27796bf authored by Thomas Braun's avatar Thomas Braun
Browse files

tests/cxx_common.h: Fix compilation error on windows

Since the previous commit the windows build is failing with something like
ambigous symbol "byte". This is a known issue when including windows
headers with 'using namespace std;' active.

So let's include idl_wrapper.h as a workaround. It is unclear at this
point why this fixes the issue.
parent fe3274af
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
#ifndef TANGO_TEST_CXX_COMMON_H
  #define TANGO_TEST_CXX_COMMON_H

  #include <tango/common/idl_wrapper.h>

  #include <cxxtest/TangoPrinter.h>
  #include <cxxtest/TestSuite.h>