Fixed alloc/free mismatch with tinystl::string.

This commit is contained in:
bkaradzic
2013-10-06 19:32:35 -07:00
parent a863185e57
commit 5f35341abf
2 changed files with 17 additions and 8 deletions

View File

@@ -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;