This commit is contained in:
邹晓航
2015-01-12 12:40:17 +08:00
parent bd67614fa9
commit 95988fe5f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#include "Alloc.h"
#include "../Alloc.h"
namespace TinySTL{
char *alloc::start_free = 0;

View File

@@ -1,4 +1,4 @@
#include "String.h"
#include "../String.h"
#include <iostream>