From a94f6d1f2799818a2473099a09a0a48e93cf39fc Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sun, 27 Oct 2019 00:24:21 +0200 Subject: [PATCH] changed libcommon header --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e5b34f7..6d29350 100644 --- a/main.cpp +++ b/main.cpp @@ -15,7 +15,7 @@ using namespace std; // libcommon -#include +#include int main(int argc, const char * argv[]) { int result = EXIT_SUCCESS;