From b4664bc8a51e2b78e9325feecc196a426ac4fc38 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 5 Oct 2014 13:48:15 +0300 Subject: [PATCH] Add a missing include --- source/core/unix/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/unix/main.cpp b/source/core/unix/main.cpp index 698ec69..e7f4c3c 100644 --- a/source/core/unix/main.cpp +++ b/source/core/unix/main.cpp @@ -1,3 +1,4 @@ +#include #include "application.h" int main(int argc, char **argv) -- 2.43.0