Added Include Guards
This commit is contained in:
@ -1,11 +1,16 @@
|
||||
#ifndef DATABASE_CPP
|
||||
#define DATABASE_CPP
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <pqxx/pqxx>
|
||||
#include <pqxx/except>
|
||||
|
||||
#include "crow.h"
|
||||
|
||||
#include "databaseStatementConstCollection.cpp"
|
||||
|
||||
using namespace DatabaseStatementConstCollection;
|
||||
@ -509,4 +514,5 @@ namespace Database {
|
||||
}
|
||||
return returnJson;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user