diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 03:17:54 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 03:17:54 +0300 |
commit | c73d5cfe85557d038e21f35712a679ca8061f6f1 (patch) | |
tree | 3eb98f75b0e3fe8a22645f92277f60e9c20379b1 /headers.h | |
parent | 805aae34900744c6904cad9437506fdf860e12e7 (diff) |
another cleanup method
regex
history log
Diffstat (limited to 'headers.h')
-rw-r--r-- | headers.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,5 +31,13 @@ #include "resource.h" #include "utilities.h" +//boost +#include <boost/thread.hpp> +#include <boost/regex.hpp> +#include <boost/algorithm/string.hpp> + +//utf8cpp +#include <utf8.h> + #include <m_dos.h> |