Skip to content

Commit

Permalink
patch the includes of GraphQLAstToJSON.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Adam committed Sep 19, 2015
1 parent f9bb5d8 commit 6ec7a28
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions includes.patch
Expand Up @@ -43,3 +43,24 @@ index 871a5f9..5f8aa5a 100644
+#include "AstNode.h"

#include <cstdlib>

diff --git 1/internal/c/GraphQLAstToJSON.cpp 2/internal/c/GraphQLAstToJSON.cpp
index ec42ae5..fe1984e 100644
--- 1/internal/c/GraphQLAstToJSON.cpp
+++ 2/internal/c/GraphQLAstToJSON.cpp
@@ -7,12 +7,12 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/

-#include "GraphQLAstToJSON.h"
+#include "c/GraphQLAstToJSON.h"

#include <string.h>

-#include "../JsonVisitor.h"
-#include "../AstNode.h"
+#include "JsonVisitor.h"
+#include "AstNode.h"


const char *graphql_ast_to_json(const struct GraphQLAstNode *node)

0 comments on commit 6ec7a28

Please sign in to comment.