Skip to content

Commit

Permalink
Adjusted include paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyjf committed Oct 23, 2010
1 parent e840b3c commit 8d5d9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/database/Authenticator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "Authenticator.h"
#include "DatabaseRegistry.h"
#include <string>
#include <mysql++.h>
#include <mysql++/mysql++.h>

using namespace std;
using namespace mysqlpp;
Expand Down
4 changes: 2 additions & 2 deletions src/database/DatabaseRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include <boost/thread/mutex.hpp>
#include <boost/thread/locks.hpp>
#include <boost/random.hpp>
#include <mysql++.h>
#include <ssqls.h>
#include <mysql++/mysql++.h>
#include <mysql++/ssqls.h>
#include <string>
#include <sstream>
#include <ctime>
Expand Down

0 comments on commit 8d5d9b2

Please sign in to comment.