From cb3682633e6965ba40347b7165f64881d4e2be55 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Mon, 18 Oct 2021 17:50:50 +0200 Subject: [PATCH] Mangoapp: include unistd for sleep --- src/app/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/main.cpp b/src/app/main.cpp index 2f02ec6..90e795d 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include "../overlay.h" // About Desktop OpenGL function loaders: