Skip to content

Commit 79db4d1

Browse files
committed
Build header path from prefix instead of full path from command line
1 parent 98c6f1b commit 79db4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ClientGenerator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ bool Generator::outputSource() const noexcept
210210
211211
// WARNING! Do not edit this file manually, your changes will be overwritten.
212212
213-
#include ")cpp" << _headerPath
214-
<< R"cpp("
213+
#include ")cpp" << _schemaLoader.getFilenamePrefix()
214+
<< R"cpp(Client.h"
215215
216216
#include <algorithm>
217217
#include <array>

0 commit comments

Comments
 (0)