git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix compilation issues on FreeBSD4
[stg.git]
/
projects
/
stargazer
/
admins_impl.cpp
diff --git
a/projects/stargazer/admins_impl.cpp
b/projects/stargazer/admins_impl.cpp
index 38d2cec0a26b73c75d500d49daf425a5142cb5fb..0179910ea12bdac511baaa23387df8ac24995156 100644
(file)
--- a/
projects/stargazer/admins_impl.cpp
+++ b/
projects/stargazer/admins_impl.cpp
@@
-32,11
+32,11
@@
#include <cassert>
#include <algorithm>
#include <cassert>
#include <algorithm>
+#include "stg/admins.h"
+#include "stg/admin.h"
+#include "stg/common.h"
#include "admins_impl.h"
#include "admins_impl.h"
-#include "admins.h"
-#include "admin.h"
#include "admin_impl.h"
#include "admin_impl.h"
-#include "common.h"
using namespace std;
using namespace std;