Skip to content

Commit 0771c8d

Browse files
committed
Add cstring include for std::strerrno on Ubuntu
1 parent a99cf04 commit 0771c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SchemaGenerator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <fstream>
1010
#include <sstream>
1111
#include <cctype>
12+
#include <cstring>
1213

1314
#include <graphqlparser/GraphQLParser.h>
1415

0 commit comments

Comments
 (0)