diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/functors.h | 5 |
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 { |