Fix missing header in gcc10

This commit is contained in:
otreblan 2020-05-27 22:20:22 -05:00
parent 8c032ee7a6
commit beb4491b18
No known key found for this signature in database
GPG Key ID: F4BDAE562ACD62FC
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 {