diff options
-rw-r--r-- | project2/sql/connectionLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sql/connectionLoader.h b/project2/sql/connectionLoader.h index efd90cd..3a8714c 100644 --- a/project2/sql/connectionLoader.h +++ b/project2/sql/connectionLoader.h @@ -1,7 +1,7 @@ #ifndef CONNECTIONLOADER_H #define CONNECTIONLOADER_H -#include "scriptLoader.h" +#include "genLoader.h" #include <connection.h> typedef GenLoader<DB::Connection, std::string, std::string> ConnectionLoader; |