X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=filedata.hpp;fp=filedata.hpp;h=629f933493bffcc733a44cfbfc5c89d2bc2bef75;hb=3c9f7ebe59658ae9e45267bf01782a0864c77d48;hp=123ef86fe42453beb4a980a91b77165b5733c155;hpb=10f79645bbc320f9b1375e7143079c953f63ab23;p=backups%2F.git diff --git a/filedata.hpp b/filedata.hpp index 123ef86..629f933 100644 --- a/filedata.hpp +++ b/filedata.hpp @@ -2,6 +2,7 @@ #define FILEDATA_H #include +#include class FileData { public: @@ -45,4 +46,6 @@ class FileDataPtrCmp { std::less cmp; }; +typedef std::set file_set; + #endif