Fixed compiler error.

This commit is contained in:
Branimir Karadžić 2014-12-05 20:29:41 -08:00
parent 878cbd41bd
commit 4bde27dc19
1 changed files with 6 additions and 6 deletions

View File

@ -3,16 +3,16 @@
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include <bgfx.h>
#include "../../src/vertexdecl.h"
#include <algorithm>
#include <vector>
#include <string>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <algorithm>
#include <vector>
#include <string>
#include <bgfx.h>
#include "../../src/vertexdecl.h"
#include <tinystl/allocator.h>
#include <tinystl/unordered_map.h>
namespace stl = tinystl;