summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/SQL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SQL.h b/include/SQL.h
index 120d022..8b9cc7c 100644
--- a/include/SQL.h
+++ b/include/SQL.h
@@ -6,6 +6,7 @@
#include <Exceptions.h>
typedef std::map<String, String> AssocArray;
+typedef std::map<String, String>::iterator AssocArrayIterator;
class SQLConnection : public Base {
public: