summaryrefslogtreecommitdiff
path: root/libmysqlpp/my-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/my-command.h')
-rw-r--r--libmysqlpp/my-command.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libmysqlpp/my-command.h b/libmysqlpp/my-command.h
index 87347cf..812d263 100644
--- a/libmysqlpp/my-command.h
+++ b/libmysqlpp/my-command.h
@@ -6,8 +6,19 @@
#pragma GCC diagnostic ignored "-Wold-style-cast"
#include <mysql.h>
#pragma GCC diagnostic pop
+#include <boost/date_time/posix_time/posix_time_types.hpp>
+#include <boost/date_time/posix_time/ptime.hpp>
+#include <cstddef>
+#include <glibmm/ustring.h>
+#include <memory>
+#include <string>
+#include <string_view>
#include <vector>
+namespace boost::posix_time {
+ class time_duration;
+}
+
namespace MySQL {
class Connection;
class Command : public virtual DB::Command {