helper to include TR1 stuff

stl_dim
Marius Kintel 2011-09-11 11:10:22 +02:00
parent d25e197ac7
commit 77dbd80537
1 changed files with 7 additions and 0 deletions

7
src/memory.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef MEMORY_H_
#define MEMORY_H_
#include <boost/shared_ptr.hpp>
using boost::shared_ptr;
#endif