We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928ae81 commit 0deeb60Copy full SHA for 0deeb60
examples/Advanced/UI/Multislider.hpp
@@ -1,14 +1,17 @@
1
#pragma once
2
3
+#include <cmath>
4
#include <halp/audio.hpp>
5
#include <halp/controls.hpp>
6
#include <halp/custom_widgets.hpp>
7
#include <halp/layout.hpp>
8
#include <halp/meta.hpp>
9
#include <halp/value_types.hpp>
10
-#include <cmath>
11
+#include <algorithm>
12
#include <functional>
13
+#include <utility>
14
+#include <variant>
15
#include <vector>
16
17
namespace uo
examples/Advanced/UI/Widgets.hpp
@@ -1,4 +1,5 @@
+#include <halp/callback.hpp>
#include <halp/messages.hpp>
0 commit comments