summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2023-06-21 08:31:07 -0400
committerBenji Dial <benji@benjidial.net>2023-06-21 08:31:07 -0400
commit04b25f18f457e3864f271d6c2f0f03a93d78bd1d (patch)
tree381f7d3dca169780a82d2766b4de6d7b0a7cf072 /bench
parent1940ef130528e58cdfe0dd1589091947f6d8b8c7 (diff)
downloadlib94-04b25f18f457e3864f271d6c2f0f03a93d78bd1d.tar.gz
cleaning up includes and a couple comments
Diffstat (limited to 'bench')
-rw-r--r--bench/bench_window.hpp2
-rw-r--r--bench/core_widget.hpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/bench/bench_window.hpp b/bench/bench_window.hpp
index ae75e51..8f0124e 100644
--- a/bench/bench_window.hpp
+++ b/bench/bench_window.hpp
@@ -1,8 +1,10 @@
#ifndef LIB94_BENCH_BENCH_WINDOW_HPP
#define LIB94_BENCH_BENCH_WINDOW_HPP
+#include <lib94/lib94.hpp>
#include <gtkmm.h>
#include <thread>
+#include <set>
#include "core_widget.hpp"
diff --git a/bench/core_widget.hpp b/bench/core_widget.hpp
index 78797c9..cb60ec1 100644
--- a/bench/core_widget.hpp
+++ b/bench/core_widget.hpp
@@ -3,6 +3,8 @@
#include <lib94/lib94.hpp>
#include <gtkmm.h>
+#include <mutex>
+#include <set>
class core_widget : public Gtk::Widget {
public: