Skip to content

Commit 733052d

Browse files
committed
fix- gcc/clang err, missed include.
1 parent 960e699 commit 733052d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CxxTestRegistration/src/TestMirrorProvider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
TestUtils, provides the interface to test/compare reflected type objects with actual objects (created via strict typing)
2121
without exposing the actual type objects to "CxxReflectionTests" project.*/
2222
#include "Reflect.hpp"
23+
#include "CxxMirror.hpp"
2324
#include "CxxMirror.h"
2425

2526
#include "TestUtilsBook.h"

0 commit comments

Comments
 (0)