X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=database-builder.h;h=731598b734f4340ab139c963198575ebd23a2e61;hb=95c9736bf95ad1b457e531cd1dc1664ed2667378;hp=0c25476145086f1793f7e6324a41e6a097f25de0;hpb=72432f2b4b14a144f7d30c2326273f816e0219ae;p=plocate diff --git a/database-builder.h b/database-builder.h index 0c25476..731598b 100644 --- a/database-builder.h +++ b/database-builder.h @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include @@ -81,9 +82,7 @@ public: private: FILE *outfp; std::string outfile; -#ifndef O_TMPFILE std::string temp_filename; -#endif Header hdr; const int block_size; std::chrono::steady_clock::time_point corpus_start;