diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-26 23:55:29 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-05 13:42:45 -0700 |
commit | caae1e38d0d239f4f7088a64526fe1d2f6587999 (patch) | |
tree | 42ba875885f7593c070da93f828b7ae38ea2dc7c /src/common/utils.hpp | |
parent | 06c411ef291e1f608487989b0da63aefbbdfefc1 (diff) | |
download | tmwa-caae1e38d0d239f4f7088a64526fe1d2f6587999.tar.gz tmwa-caae1e38d0d239f4f7088a64526fe1d2f6587999.tar.bz2 tmwa-caae1e38d0d239f4f7088a64526fe1d2f6587999.tar.xz tmwa-caae1e38d0d239f4f7088a64526fe1d2f6587999.zip |
Split string header into pieces
Diffstat (limited to 'src/common/utils.hpp')
-rw-r--r-- | src/common/utils.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/utils.hpp b/src/common/utils.hpp index 4f6190a..66b1654 100644 --- a/src/common/utils.hpp +++ b/src/common/utils.hpp @@ -8,9 +8,11 @@ #include <type_traits> +#include "../strings/fwd.hpp" +#include "../strings/vstring.hpp" + #include "const_array.hpp" #include "operators.hpp" -#include "strings.hpp" #include "utils2.hpp" template<class T> |