Skip to content

Commit 3d693ab

Browse files
author
Rafał Hibner
committed
Normalize SharedTypes.h include
1 parent aea276b commit 3d693ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SchemaGenerator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,8 +1621,8 @@ bool Generator::outputSharedTypesSource() const noexcept
16211621
16221622
#include "graphqlservice/GraphQLService.h"
16231623
1624-
#include ")cpp" << getSharedTypesHeaderPath()
1625-
<< R"cpp("
1624+
#include ")cpp" << _loader.getFilenamePrefix()
1625+
<< R"cpp(SharedTypes.h"
16261626
16271627
#include <algorithm>
16281628
#include <array>

0 commit comments

Comments
 (0)