Fixed build without tinystl.

This commit is contained in:
Branimir Karadžić 2016-11-22 09:08:21 -08:00
parent 57042abbfb
commit 01f16797c7
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ namespace stl = tinystl;
# include <unordered_map>
# include <unordered_set>
# include <vector>
namespace stl = std;
#endif // BGFX_CONFIG_USE_TINYSTL
#if BX_PLATFORM_ANDROID