diff options
Diffstat (limited to 'project2/rdbmsDataSource.h')
-rw-r--r-- | project2/rdbmsDataSource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/rdbmsDataSource.h b/project2/rdbmsDataSource.h index f105eed..4026f48 100644 --- a/project2/rdbmsDataSource.h +++ b/project2/rdbmsDataSource.h @@ -4,6 +4,7 @@ #include <libxml/tree.h> #include <boost/shared_ptr.hpp> #include <map> +#include <set> #include "dataSource.h" #include "../libdbpp/connection.h" #include "../libdbpp/error.h" |