X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=d1879604b5fd8f566dd21829fbe042e7fcee3381;hb=e1b8089be727f651fc2022d6e7ff775047730e85;hp=1437190b606b89640afabd4619a62c4fe21f65c8;hpb=13a151ed60b57cc1e058edf081a63edfa7aa7a77;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index 1437190..d187960 100644 --- a/source/parser.h +++ b/source/parser.h @@ -2,6 +2,7 @@ #define MSP_DATAFILE_PARSER_H_ #include +#include #include "input.h" namespace Msp { @@ -18,7 +19,7 @@ Frontend for loading datafiles. Handles switching between text and binary formats. A Parser evaluates into a boolean value indicating whether more statements may be read. */ -class Parser +class Parser: private NonCopyable { private: Input in;