X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.cpp;h=cb643682d57023462e38cc8dbd228bcd2182a353;hp=8b638de8246da898b8212ee4d1c841781524e990;hb=6e2a5b1d677a26a637465cd4d304e2bc52e14f36;hpb=c063290ac7189bdd15221450f598504f43286b43 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