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 | 6448977469721d906a0d1f0e3a57ebb8a88c5567 (patch) | |
| tree | 2b07b27ccabe818f4fd333558d465b529388e9f4 /utils | |
| parent | b007b622d1c3630f44a2a09dab6668ec4b2dafda (diff) | |
now!
Diffstat (limited to 'utils')
| -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" |
