summaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index ae948ea..09bb368 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -1,7 +1,11 @@
+#include "util.hpp"
+
#include <array>
#include <cstring>
#include <filesystem>
+#include <gtkmm.h>
+
void LaunchBrowser(const Glib::ustring &url) {
GError *err = nullptr;
if (!gtk_show_uri_on_window(nullptr, url.c_str(), GDK_CURRENT_TIME, &err))