missing includes

technically it was wrong all the time but it only showed up with newer visual c++ compiler.
This commit is contained in:
eelke 2020-10-15 19:12:11 +02:00
parent dea76e17c5
commit 7734661d26
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#include "SqlParser.h"
#include "SqlAstSelect.h"
#include <stdexcept>
#include <unordered_map>
using namespace SqlAst;