Play-/Source/ui_ios/Purei_Prefix.pch
Jean-Philip Desjardins b8fbfe1655 Initial iOS commit.
2015-05-31 22:59:11 -04:00

29 lines
496 B
Plaintext

//
// Prefix header for all source files of the 'Purei' target in the 'Purei' project
//
#ifdef __OBJC__
#import "Types.h"
#import <UIKit/UIKit.h>
#else
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <stdexcept>
#include <algorithm>
#include <functional>
#include <string>
#include <list>
#include <vector>
#include <deque>
#include <unordered_map>
#include <memory>
#include <map>
#include <boost/signals2.hpp>
#include <boost/lexical_cast.hpp>
#endif