From 8cd22ee6a08713128cc0641cb33294fe699d3d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20=C4=8Can=C4=8Dula?= Date: Wed, 11 Sep 2019 12:04:04 +0200 Subject: [PATCH] Fix undefined references in cli test --- tests/cli/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cli/main.cpp b/tests/cli/main.cpp index f6e482a9..82adb1c5 100644 --- a/tests/cli/main.cpp +++ b/tests/cli/main.cpp @@ -37,6 +37,7 @@ #include #include +#include #ifdef _WIN32 #ifndef _WIN32_WINNT