]> sigrok.org Git - pulseview.git/blobdiff - pv/storesession.hpp
Session: Don't process packets without sample data
[pulseview.git] / pv / storesession.hpp
index 64913a74d9eb4961baad25fde89ed39b75b963b8..f0c8de778d5723e957a7035f19f8bf21e66511f7 100644 (file)
@@ -20,9 +20,8 @@
 #ifndef PULSEVIEW_PV_STORESESSION_HPP
 #define PULSEVIEW_PV_STORESESSION_HPP
 
-#include <stdint.h>
-
 #include <atomic>
+#include <cstdint>
 #include <fstream>
 #include <map>
 #include <memory>
@@ -117,6 +116,6 @@ private:
        uint64_t start_sample_, sample_count_;
 };
 
-} // pv
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_STORESESSION_HPP