diff options
Diffstat (limited to 'frontend/DB.cpp')
-rw-r--r-- | frontend/DB.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/DB.cpp b/frontend/DB.cpp index d51315b..f40a9fd 100644 --- a/frontend/DB.cpp +++ b/frontend/DB.cpp @@ -1,5 +1,6 @@ +#include "backend/Exception.h" + #include "DB.h" -#include "Exception.h" using namespace std; |