diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 20:00:18 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 20:00:18 +0900 |
commit | 52e6c754c0e1b320d282f03cee669418e192104d (patch) | |
tree | 4112e6751807d6300b20700a5147829e3e509f3b /template | |
parent | d15be3ec69704fb16fea6750e1824a00252a977a (diff) | |
download | vim-sonictemplate-52e6c754c0e1b320d282f03cee669418e192104d.tar.gz vim-sonictemplate-52e6c754c0e1b320d282f03cee669418e192104d.tar.bz2 vim-sonictemplate-52e6c754c0e1b320d282f03cee669418e192104d.zip |
add <string>
Diffstat (limited to 'template')
-rw-r--r-- | template/boost-main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/boost-main.cpp b/template/boost-main.cpp index e3d37ce..dab2cde 100644 --- a/template/boost-main.cpp +++ b/template/boost-main.cpp @@ -1,4 +1,5 @@ #include <iostream> +#include <string> #include <boost/foreach.hpp> int |