summaryrefslogtreecommitdiff
path: root/libpqpp/pq-cursorselectcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/pq-cursorselectcommand.h')
-rw-r--r--libpqpp/pq-cursorselectcommand.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libpqpp/pq-cursorselectcommand.h b/libpqpp/pq-cursorselectcommand.h
index 853be47..36070bc 100644
--- a/libpqpp/pq-cursorselectcommand.h
+++ b/libpqpp/pq-cursorselectcommand.h
@@ -1,14 +1,13 @@
#ifndef PQ_CURSORSELECTCOMMAND_H
#define PQ_CURSORSELECTCOMMAND_H
+#include "command_fwd.h" // for CommandOptionsCPtr
#include "pq-command.h"
#include "pq-selectbase.h"
-#include <map>
-#include <vector>
+#include <string> // for string
namespace PQ {
class Connection;
- class Column;
class CursorSelectCommand : public SelectBase, public Command {
public:
CursorSelectCommand(