]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/annotation.hpp
Fix some random clang-tidy warnings.
[pulseview.git] / pv / data / decode / annotation.hpp
index 2be8e88d989e4cddacaa18d9b86156ca875c4e95..42a291a2134a5d7eb439b6a2c7dda7ffcac1238d 100644 (file)
@@ -20,7 +20,8 @@
 #ifndef PULSEVIEW_PV_VIEW_DECODE_ANNOTATION_HPP
 #define PULSEVIEW_PV_VIEW_DECODE_ANNOTATION_HPP
 
-#include <stdint.h>
+#include <cstdint>
+#include <vector>
 
 #include <QString>