diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-04-29 21:28:48 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-04-29 21:28:48 +0200 |
commit | 78802eecdf61a71f6a01fcd7bb7ec6843e083b8c (patch) | |
tree | d4d741280ec944169aaba9fed6c0472994a1fd44 /utils/dict.h | |
parent | 4bf742b23abaa827a989d576e0774eaa9649a86e (diff) |
now!
Diffstat (limited to 'utils/dict.h')
-rw-r--r-- | utils/dict.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/dict.h b/utils/dict.h index 5fd6412c..75ea3def 100644 --- a/utils/dict.h +++ b/utils/dict.h @@ -1,8 +1,10 @@ #ifndef DICT_H_ #define DICT_H_ + #include <cassert> #include <cstring> + #include <string> #include <vector> #include "hash.h" |