From c1c88ea0458c8bc0bb8a331e911b3c8311c8c78d Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Mon, 23 Jan 2017 22:20:43 -0800 Subject: [PATCH] Fixed OSX build. --- qt/qtmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/qtmain.cpp b/qt/qtmain.cpp index b0effc24..a66d03c2 100644 --- a/qt/qtmain.cpp +++ b/qt/qtmain.cpp @@ -6,6 +6,7 @@ #include "lc_colors.h" #include "lc_partselectionwidget.h" #include +#include #ifdef Q_OS_WIN