From c148a23df4c1ec0720a062af3c454f1c920d7bbc Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 26 Oct 2018 11:59:55 -0700 Subject: Added preprocessor check for ZT_NO_CAPABILITIES around header includes --- one.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/one.cpp b/one.cpp index abe8bb37..b48e4396 100644 --- a/one.cpp +++ b/one.cpp @@ -58,10 +58,12 @@ #include #include #include +#ifndef ZT_NO_CAPABILITIES #include #include #endif #endif +#endif #include #include -- cgit v1.2.3