This commit is contained in:
Branimir Karadžić
2015-05-01 00:03:29 -07:00
parent c5a6b08a1d
commit fb406f63a5
2 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
#ifndef TINYSTL_STRING_H
#define TINYSTL_STRING_H
#include <string.h> // strlen
#include "stddef.h"
#include "hash.h"