aboutsummaryrefslogtreecommitdiff
path: root/src/Tabs.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-11-07 22:21:52 +0100
committerdec05eba <dec05eba@protonmail.com>2022-11-11 00:53:46 +0100
commite19a29c7e51860144f02d7e7b08ac5e430e1f78f (patch)
treef57adcf98b77a271b4df74a20e2389b73f495df7 /src/Tabs.cpp
parent5d2a7d977f9b0a1604e106f4e2b0c2c9b89c3235 (diff)
Support images in text, add custom emoji to matrix
Diffstat (limited to 'src/Tabs.cpp')
-rw-r--r--src/Tabs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Tabs.cpp b/src/Tabs.cpp
index a5c371a..41554fb 100644
--- a/src/Tabs.cpp
+++ b/src/Tabs.cpp
@@ -8,6 +8,7 @@
#include <mglpp/window/Event.hpp>
#include <mglpp/window/Window.hpp>
#include <mglpp/graphics/Texture.hpp>
+#include <assert.h>
namespace QuickMedia {
static float floor(float v) {