diff options
-rw-r--r-- | rst_parser/global_ff.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rst_parser/global_ff.cc b/rst_parser/global_ff.cc index a7db977d..ae410875 100644 --- a/rst_parser/global_ff.cc +++ b/rst_parser/global_ff.cc @@ -1,6 +1,7 @@ #include "global_ff.h" #include <iostream> +#include <sstream> #include "tdict.h" |