summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorHuynh Tran <nthuynh75@gmail.com>2005-06-21 20:10:49 +0000
committerHuynh Tran <nthuynh75@gmail.com>2005-06-21 20:10:49 +0000
commitcff0c29d724e953c79f86f7b41cc49ebd0035806 (patch)
tree4c6cb67b90545879dd8cfcb16cb062920586bf4c /src/utils
parent49d79a345c8c4929d9bb787af9f4f0090c888537 (diff)
downloadmanaserv-cff0c29d724e953c79f86f7b41cc49ebd0035806.tar.gz
manaserv-cff0c29d724e953c79f86f7b41cc49ebd0035806.tar.bz2
manaserv-cff0c29d724e953c79f86f7b41cc49ebd0035806.tar.xz
manaserv-cff0c29d724e953c79f86f7b41cc49ebd0035806.zip
Fixed missing includes.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/functors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/functors.h b/src/utils/functors.h
index 65285dd7..af061609 100644
--- a/src/utils/functors.h
+++ b/src/utils/functors.h
@@ -25,6 +25,11 @@
#define _TMWSERV_FUNCTORS_H_
+#include <functional>
+#include <sstream>
+#include <string>
+
+
namespace
{