From 6ef0159e8e7d3583035f8ab48bff8cbc5dc4444f Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Wed, 21 Feb 2018 18:10:49 -0800 Subject: Make C++ cocoapods example work --- examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/cpp') diff --git a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm index 6ff1ca593d..18a0972e32 100644 --- a/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm +++ b/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ViewController.mm @@ -17,9 +17,9 @@ */ #import "ViewController.h" -#import -#include -#include +#import +#include +#include static void* tag(int i) { return (void*)(intptr_t)i; } -- cgit v1.2.3