From 1a2080d1f1944875c3b9bc604480272c1ad3597c Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Thu, 17 Oct 2019 09:03:20 -0700 Subject: [PATCH] fix mac compile option --- launchers/qt/src/PathUtils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launchers/qt/src/PathUtils.cpp b/launchers/qt/src/PathUtils.cpp index 0debda9d24..538303b564 100644 --- a/launchers/qt/src/PathUtils.cpp +++ b/launchers/qt/src/PathUtils.cpp @@ -1,5 +1,7 @@ #include "PathUtils.h" +#include "Helper.h" + #include #include #include