]> sigrok.org Git - libsigrokflow.git/commitdiff
Add some missing #includes.
authorUwe Hermann <redacted>
Fri, 11 Jan 2019 01:43:38 +0000 (02:43 +0100)
committerUwe Hermann <redacted>
Fri, 11 Jan 2019 01:44:15 +0000 (02:44 +0100)
src/init.cpp
src/legacy_capture_device.cpp
src/legacy_decoder.cpp
src/legacy_input.cpp
src/legacy_output.cpp

index e299592a557b644317b54790ce5458a878e28e04..0c3daca3378b08a31f515f169891af916515a029 100644 (file)
@@ -25,6 +25,7 @@
 #include <libsigrokflow/legacy_input.hpp>
 #include <libsigrokflow/legacy_output.hpp>
 #include <libsigrokflow/legacy_decoder.hpp>
+#include <stdexcept>
 
 namespace Srf
 {
index 09b7bbdec05ccb8053378f111799278cbde2c866..419a69a3678b9799c0663caa3aa007ee6abf7014 100644 (file)
 
 #include <config.h>
 #include <libsigrokflow/legacy_capture_device.hpp>
+#include <functional>
+#include <memory>
+#include <stdexcept>
+#include <utility>
 #include <gstreamermm/private/element_p.h>
 
 namespace Srf
index e1ff552d855b9b301c4d2833ec5596bc187627cd..500ae49bfb74dbe672494ea1816b0b23837ccd0c 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <config.h>
 #include <libsigrokflow/legacy_decoder.hpp>
+#include <stdexcept>
 #include <gstreamermm/private/basesink_p.h>
 
 namespace Srf
index 084bf2722541bb0425057f6d61c81460c3c7f31d..b2e59a7b8437f30d445fb4bb3bb7e5949f12b5c7 100644 (file)
 
 #include <config.h>
 #include <libsigrokflow/legacy_input.hpp>
+#include <functional>
+#include <map>
+#include <memory>
+#include <stdexcept>
+#include <string>
+#include <utility>
 #include <gstreamermm/private/element_p.h>
 
 namespace Srf
index fc83c8c04a6b4a17944035c96e961fb8dd17a2bc..de8e5be53c41861114dc2faa79b758f93f490958 100644 (file)
  */
 
 #include <config.h>
-#include <iostream>
 #include <libsigrokflow/legacy_output.hpp>
+#include <glib.h>
+#include <iostream>
+#include <map>
+#include <memory>
+#include <stdexcept>
+#include <string>
 #include <gstreamermm/private/basesink_p.h>
 
 namespace Srf