]> git.tdb.fi Git - libs/datafile.git/commitdiff
Add missing includes
authorMikko Rasa <tdb@tdb.fi>
Sun, 31 Oct 2021 18:54:30 +0000 (20:54 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 31 Oct 2021 18:54:30 +0000 (20:54 +0200)
source/textwriter.h
source/token.h

index fef437930bb0271ff097d78079a421bef7f5ec4f..74a67671b5e68ec732f5fd0ae24e86b9be9928e0 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_DATAFILE_TEXTWRITER_H_
 #define MSP_DATAFILE_TEXTWRITER_H_
 
+#include <msp/strings/fmt.h>
 #include "writermode.h"
 
 namespace Msp {
index 28cca97e882f83e76f4d5a6035e15d6465ac8b99..b0d2655f5af5ffbb8f82f3e95e9994b390c47c25 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef MSP_DATAFILE_TOKEN_H_
 #define MSP_DATAFILE_TOKEN_H_
 
+#include <string>
+
 namespace Msp {
 namespace DataFile {