Merge pull request #3 from otreblan/master

Fix missing header in gcc10
This commit is contained in:
Martchus 2020-05-28 11:51:42 +02:00 committed by GitHub
commit 18716b17be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#include <clang/AST/DeclFriend.h>
#include <clang/AST/DeclTemplate.h>
#include <iostream>
using namespace std;
namespace ReflectiveRapidJSON {