diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-05-22 00:03:51 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-05-22 00:03:51 -0400 |
commit | de3b53c676daa2ff08544941ab239213e3c2b70a (patch) | |
tree | 55076cae715a611947f9a1758f563b7cce5e8c33 /src | |
parent | 3ac993bae4f019cdea475c5f774b5eeefa61183b (diff) | |
download | abaddon-portaudio-de3b53c676daa2ff08544941ab239213e3c2b70a.tar.gz abaddon-portaudio-de3b53c676daa2ff08544941ab239213e3c2b70a.zip |
add include
Diffstat (limited to 'src')
-rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index ea38411..af583ec 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,5 +1,6 @@ #include "util.hpp" #include <array> +#include <cstring> #include <filesystem> void LaunchBrowser(const Glib::ustring &url) { |