diff --git a/.ci/ios.sh b/.ci/ios.sh index 0423b841..313891ff 100755 --- a/.ci/ios.sh +++ b/.ci/ios.sh @@ -2,4 +2,4 @@ cd examples ../pmbuild ios-ci -libs ../pmbuild ios-ci -../pmbuild make ios-ci all -destination generic/platform=iOS -configuration Release CODE_SIGNING_ALLOWED=NO -quiet \ No newline at end of file +../pmbuild make ios-ci all -destination generic/platform=iOS -configuration Release CODE_SIGNING_ALLOWED=NO \ No newline at end of file diff --git a/examples/code/curl_example/curl_example.cpp b/examples/code/curl_example/curl_example.cpp index fd170a43..5fd4adbb 100644 --- a/examples/code/curl_example/curl_example.cpp +++ b/examples/code/curl_example/curl_example.cpp @@ -5,7 +5,7 @@ // curls include #define CURL_STATICLIB -#include +#include "curl/curl.h" namespace { @@ -74,4 +74,4 @@ namespace "world" }; -} // namespace \ No newline at end of file +} // namespace