From: Mikko Rasa Date: Sun, 31 Oct 2021 18:54:30 +0000 (+0200) Subject: Add missing includes X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=commitdiff_plain;h=f3279c1ff5f745905b0e4f282c10e2cac26227ce Add missing includes --- diff --git a/source/textwriter.h b/source/textwriter.h index fef4379..74a6767 100644 --- a/source/textwriter.h +++ b/source/textwriter.h @@ -1,6 +1,7 @@ #ifndef MSP_DATAFILE_TEXTWRITER_H_ #define MSP_DATAFILE_TEXTWRITER_H_ +#include #include "writermode.h" namespace Msp { diff --git a/source/token.h b/source/token.h index 28cca97..b0d2655 100644 --- a/source/token.h +++ b/source/token.h @@ -1,6 +1,8 @@ #ifndef MSP_DATAFILE_TOKEN_H_ #define MSP_DATAFILE_TOKEN_H_ +#include + namespace Msp { namespace DataFile {