X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput.h;h=d30abd618b755c6e4c524ba1174345a1b2da08c8;hb=e1b8089be727f651fc2022d6e7ff775047730e85;hp=a9c96f48abce9cdf9e533e640f3913c8849e0d7f;hpb=9fd9af66cf20cdc3d217f273835410eb2c8c362b;p=libs%2Fdatafile.git 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;