Added missing include.

This commit is contained in:
bkaradzic 2013-08-07 23:11:20 -07:00
parent 5a2f097fcc
commit 386323e9a6
6 changed files with 10 additions and 2 deletions

View file

@ -7,6 +7,7 @@
#if BX_PLATFORM_ANDROID #if BX_PLATFORM_ANDROID
#include <bgfxplatform.h>
#include "entry_p.h" #include "entry_p.h"
#include <stdio.h> #include <stdio.h>

View file

@ -11,7 +11,9 @@
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import <QuartzCore/CAEAGLLayer.h> #import <QuartzCore/CAEAGLLayer.h>
#include <bgfxplatform.h>
#include "entry_p.h" #include "entry_p.h"
#include <bx/uint32_t.h> #include <bx/uint32_t.h>
#include <bx/thread.h> #include <bx/thread.h>

View file

@ -10,10 +10,11 @@
#define XK_MISCELLANY #define XK_MISCELLANY
#define XK_LATIN1 #define XK_LATIN1
#include <X11/keysymdef.h> #include <X11/keysymdef.h>
#include <bgfxplatform.h>
#undef None #undef None
#include <bgfxplatform.h>
#include "entry_p.h" #include "entry_p.h"
#include <bx/thread.h> #include <bx/thread.h>
#include <bx/os.h> #include <bx/os.h>
#include <string.h> // memset #include <string.h> // memset

View file

@ -7,6 +7,7 @@
#if BX_PLATFORM_NACL #if BX_PLATFORM_NACL
#include <bgfxplatform.h>
#include "entry_p.h" #include "entry_p.h"
#include <stdio.h> #include <stdio.h>

View file

@ -9,7 +9,9 @@
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
#include <bgfxplatform.h>
#include "entry_p.h" #include "entry_p.h"
#include <bx/uint32_t.h> #include <bx/uint32_t.h>
#include <bx/thread.h> #include <bx/thread.h>

View file

@ -7,6 +7,7 @@
#if BX_PLATFORM_WINDOWS #if BX_PLATFORM_WINDOWS
#include <bgfxplatform.h>
#include "entry_p.h" #include "entry_p.h"
#include <bx/uint32_t.h> #include <bx/uint32_t.h>