diff options
Diffstat (limited to 'src/strings/tstring.cpp')
-rw-r--r-- | src/strings/tstring.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strings/tstring.cpp b/src/strings/tstring.cpp index 27e8052..77d4b40 100644 --- a/src/strings/tstring.cpp +++ b/src/strings/tstring.cpp @@ -18,9 +18,12 @@ // 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 "sstring.hpp" #include "zstring.hpp" #include "xstring.hpp" +#include "literal.hpp" #include "../poison.hpp" |