diff options
Diffstat (limited to 'src/strings/xstring.cpp')
-rw-r--r-- | src/strings/xstring.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/strings/xstring.cpp b/src/strings/xstring.cpp index 5312445..2f97c01 100644 --- a/src/strings/xstring.cpp +++ b/src/strings/xstring.cpp @@ -18,6 +18,13 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +#include "rstring.hpp" +#include "astring.hpp" +#include "tstring.hpp" +#include "sstring.hpp" +#include "zstring.hpp" +#include "literal.hpp" + #include "../poison.hpp" namespace strings |