1
0
Fork 0

added includes

This commit is contained in:
Jan Steemann 2015-10-22 17:26:22 +02:00
parent e6121b4464
commit 49d8e94daf
1 changed files with 2 additions and 0 deletions

View File

@ -26,9 +26,11 @@
////////////////////////////////////////////////////////////////////////////////
#include "Index.h"
#include "Aql/Ast.h"
#include "Aql/AstNode.h"
#include "Aql/SortCondition.h"
#include "Aql/Variable.h"
#include "Indexes/Index.h"
using namespace std;
using namespace triagens::basics;