mirror of https://github.com/bkaradzic/bgfx
Fixed build without tinystl.
This commit is contained in:
parent
57042abbfb
commit
01f16797c7
|
@ -178,6 +178,7 @@ namespace stl = tinystl;
|
||||||
# include <unordered_map>
|
# include <unordered_map>
|
||||||
# include <unordered_set>
|
# include <unordered_set>
|
||||||
# include <vector>
|
# include <vector>
|
||||||
|
namespace stl = std;
|
||||||
#endif // BGFX_CONFIG_USE_TINYSTL
|
#endif // BGFX_CONFIG_USE_TINYSTL
|
||||||
|
|
||||||
#if BX_PLATFORM_ANDROID
|
#if BX_PLATFORM_ANDROID
|
||||||
|
|
Loading…
Reference in New Issue