Added possibility to override default tinystl allocator for 'example-common' project.

This commit is contained in:
Dario Manesku
2015-01-21 18:01:32 +01:00
parent a4bea76c0a
commit 112b53b116
5 changed files with 24 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
#include <string.h> // strlen
#include "common.h"
#include <tinystl/allocator.h>
#include <tinystl/vector.h>
#include <tinystl/string.h>