mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed alloc/free mismatch with tinystl::string.
This commit is contained in:
@@ -10,12 +10,13 @@
|
||||
#include <edtaa3/edtaa3func.cpp>
|
||||
#include <wchar.h> // wcslen
|
||||
|
||||
#include "font_manager.h"
|
||||
#include "../cube_atlas.h"
|
||||
|
||||
#include <tinystl/allocator.h>
|
||||
#include <tinystl/unordered_map.h>
|
||||
namespace stl = tinystl;
|
||||
|
||||
#include "font_manager.h"
|
||||
#include "../cube_atlas.h"
|
||||
|
||||
struct FTHolder
|
||||
{
|
||||
FT_Library library;
|
||||
|
||||
Reference in New Issue
Block a user