Fixed MinGW64 compile errors.
This commit is contained in:
parent
48a48d9bf5
commit
a1294a4d5d
5 changed files with 15 additions and 14 deletions
examples/04-mesh
|
@ -3,6 +3,9 @@
|
|||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#include <bgfx.h>
|
||||
|
@ -14,9 +17,6 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
static const char* s_shaderPath = NULL;
|
||||
static bool s_flipV = false;
|
||||
|
||||
|
|
Reference in a new issue