X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fstoresession.cpp;h=cb643682d57023462e38cc8dbd228bcd2182a353;hb=3592f4053b1b9d96869ccfb88a09a1d493ee253f;hp=8b638de8246da898b8212ee4d1c841781524e990;hpb=c063290ac7189bdd15221450f598504f43286b43;p=pulseview.git diff --git a/pv/storesession.cpp b/pv/storesession.cpp index 8b638de8..cb643682 100644 --- a/pv/storesession.cpp +++ b/pv/storesession.cpp @@ -19,22 +19,16 @@ #include -#ifdef _WIN32 -// Windows: Avoid boost/thread namespace pollution (which includes windows.h). -#define NOGDI -#define NORESOURCE -#endif - #include "storesession.hpp" -#include -#include #include #include #include #include #include +#include #include +#include #include @@ -295,4 +289,4 @@ void StoreSession::store_proc(vector< shared_ptr > achannel_li output_stream_.close(); } -} // pv +} // namespace pv