X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Finput.h;h=d30abd618b755c6e4c524ba1174345a1b2da08c8;hp=a9c96f48abce9cdf9e533e640f3913c8849e0d7f;hb=e1b8089be727f651fc2022d6e7ff775047730e85;hpb=e6d66163e377f6a0761c687913ebf8624508401e diff --git a/source/input.h b/source/input.h index a9c96f4..d30abd6 100644 --- a/source/input.h +++ b/source/input.h @@ -1,12 +1,13 @@ #ifndef MSP_DATAFILE_INPUT_H_ #define MSP_DATAFILE_INPUT_H_ +#include #include namespace Msp { namespace DataFile { -class Input +class Input: private NonCopyable { private: IO::Base *in;