From ea19b158266c52d920c44505fb8645b96c9fb3dc Mon Sep 17 00:00:00 2001
From: Florian Franzmann <bwlf@bandrate.org>
Date: Sun, 29 May 2022 14:09:59 +0200
Subject: [PATCH] Fix build error

---
 src/pa.cpp    | 1 +
 src/ui/ui.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/pa.cpp b/src/pa.cpp
index 7681e14..423d37a 100644
--- a/src/pa.cpp
+++ b/src/pa.cpp
@@ -2,6 +2,7 @@
 
 #include <unistd.h>
 
+#include <iostream>
 #include <cstring>
 #include <functional>
 #include <thread>
diff --git a/src/ui/ui.cpp b/src/ui/ui.cpp
index 87a0e30..3b89a6b 100644
--- a/src/ui/ui.cpp
+++ b/src/ui/ui.cpp
@@ -4,6 +4,7 @@
 #include <sys/ioctl.h>
 #include <unistd.h>
 
+#include <locale>
 #include <cstdio>
 #include <cstring>
 #include <string>
-- 
2.36.0

