Fix include for "empty" case in generator tests

This commit is contained in:
Martchus 2019-02-13 11:39:09 +01:00
parent 1f6fade6c2
commit b058e9e9b9
1 changed files with 1 additions and 1 deletions

View File

@ -304,4 +304,4 @@ void JsonGeneratorTests::testHandlingConstMembers()
// this file should also be generated via add_reflection_generator_invocation() and hence includeable
// it is included to test the "empty" case when a unit doesn't contain relevant classes
#include "reflection/cppunit.h"
#include "reflection/visitor.h"