Skip to content

Commit a727421

Browse files
committed
fix gcc/clang compile error
1 parent 01e1cb3 commit a727421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CxxRTLTestApplication/src/CxxMirrorTests/CxxMirrorThreadingTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "../../CxxTestProps/inc/Person.h"
1010
#include "../../CxxTestProps/inc/Library.h"
1111
#include "../../CxxTestProps/inc/Complex.h"
12-
#include "../src/MyReflectionTests/MyReflectingType.h"
12+
#include "../MyReflectionTests/MyReflectingType.h"
1313

1414
#include "TestUtilsBook.h"
1515
#include "TestUtilsDate.h"

0 commit comments

Comments
 (0)