From f3279c1ff5f745905b0e4f282c10e2cac26227ce Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 31 Oct 2021 20:54:30 +0200 Subject: [PATCH] Add missing includes --- source/textwriter.h | 1 + source/token.h | 2 ++ 2 files changed, 3 insertions(+) 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 { -- 2.43.0