From 8a704955e1cf4f703d12a4c9e429cbfe483339d7 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 27 Mar 2012 19:36:33 -0400 Subject: automoc: include on Apple to get pathconf --- Source/cmQtAutomoc.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/cmQtAutomoc.cxx b/Source/cmQtAutomoc.cxx index 8b899bc..ca27530 100644 --- a/Source/cmQtAutomoc.cxx +++ b/Source/cmQtAutomoc.cxx @@ -20,6 +20,9 @@ #include #include +#if defined(__APPLE__) +#include +#endif #include "cmQtAutomoc.h" -- cgit v0.12