diff options
Diffstat (limited to 'src/strings/all.hpp')
-rw-r--r-- | src/strings/all.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strings/all.hpp b/src/strings/all.hpp index 7fd543f..46d5366 100644 --- a/src/strings/all.hpp +++ b/src/strings/all.hpp @@ -21,7 +21,8 @@ # include "base.hpp" # include "mstring.hpp" -# include "fstring.hpp" +# include "rstring.hpp" +# include "astring.hpp" # include "tstring.hpp" # include "sstring.hpp" # include "zstring.hpp" |