mirror of https://github.com/bkaradzic/bgfx
Added missing include.
This commit is contained in:
parent
5a2f097fcc
commit
386323e9a6
|
@ -7,6 +7,7 @@
|
|||
|
||||
#if BX_PLATFORM_ANDROID
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
#import <UIKit/UIKit.h>
|
||||
#import <QuartzCore/CAEAGLLayer.h>
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/uint32_t.h>
|
||||
#include <bx/thread.h>
|
||||
|
||||
|
|
|
@ -10,10 +10,11 @@
|
|||
#define XK_MISCELLANY
|
||||
#define XK_LATIN1
|
||||
#include <X11/keysymdef.h>
|
||||
#include <bgfxplatform.h>
|
||||
|
||||
#undef None
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/thread.h>
|
||||
#include <bx/os.h>
|
||||
#include <string.h> // memset
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#if BX_PLATFORM_NACL
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/uint32_t.h>
|
||||
#include <bx/thread.h>
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#if BX_PLATFORM_WINDOWS
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/uint32_t.h>
|
||||
|
|
Loading…
Reference in New Issue