summaryrefslogtreecommitdiff
path: root/libmysqlpp/my-selectcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/my-selectcommand.h')
-rw-r--r--libmysqlpp/my-selectcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqlpp/my-selectcommand.h b/libmysqlpp/my-selectcommand.h
index 9613731..ddfcffb 100644
--- a/libmysqlpp/my-selectcommand.h
+++ b/libmysqlpp/my-selectcommand.h
@@ -3,10 +3,10 @@
#include "my-command.h"
#include <selectcommand.h>
+#include <string>
namespace MySQL {
class Connection;
- class ColumnBase;
class SelectCommand : public DB::SelectCommand, public Command {
public:
SelectCommand(const Connection *, const std::string & sql);