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

tests/cxx_blackbox.cpp: Include cxx_common.h before everything else

parent e27796bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
 */
// NOLINTBEGIN(*)

#include "cxx_common.h"

#ifdef _TG_WINDOWS_
  #include <process.h> // needed to obtain process id
#endif                 // _TG_WINDOWS_

#include "cxx_common.h"

#undef SUITE_NAME
#define SUITE_NAME BlackboxTestSuite