Database/AdhocStatement: Only include cstdlib instead of whole StringFormat.h.

This commit is contained in:
Marco Ebert
2017-05-13 21:26:11 +02:00
parent 6e2a911f6d
commit cb360e5ed4

View File

@@ -19,7 +19,7 @@
#include "Errors.h"
#include "MySQLConnection.h"
#include "QueryResult.h"
#include "StringFormat.h"
#include <cstdlib>
#include <cstring>
/*! Basic, ad-hoc queries. */