mirror of https://github.com/bkaradzic/bgfx
Fixed compiler error.
This commit is contained in:
parent
878cbd41bd
commit
4bde27dc19
|
@ -3,16 +3,16 @@
|
||||||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bgfx.h>
|
#include <algorithm>
|
||||||
#include "../../src/vertexdecl.h"
|
#include <vector>
|
||||||
|
#include <string>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <bgfx.h>
|
||||||
#include <vector>
|
#include "../../src/vertexdecl.h"
|
||||||
#include <string>
|
|
||||||
#include <tinystl/allocator.h>
|
#include <tinystl/allocator.h>
|
||||||
#include <tinystl/unordered_map.h>
|
#include <tinystl/unordered_map.h>
|
||||||
namespace stl = tinystl;
|
namespace stl = tinystl;
|
||||||
|
|
Loading…
Reference in New Issue