diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-07 17:41:19 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-07 17:41:19 -0400 |
commit | ebeda1e75c77dd9044f1b9902770896e3009ae55 (patch) | |
tree | ea4226f46e1239f721a63cb834f544345361ca98 /utils/synutils/tree.h | |
parent | 93c444e643e76fe18f852ce07635850e963eea16 (diff) |
Make synutils compile
Diffstat (limited to 'utils/synutils/tree.h')
-rw-r--r-- | utils/synutils/tree.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/synutils/tree.h b/utils/synutils/tree.h index 32521a3a..8070f828 100644 --- a/utils/synutils/tree.h +++ b/utils/synutils/tree.h @@ -8,10 +8,12 @@ #ifndef TREE_H_ #define TREE_H_ -#include <string> #include <assert.h> #include <stdio.h> +#include <string> +#include <vector> + using namespace std; struct STreeItem { |