From 77dbd805371d3953c4f832259a509b0a8c51a3a4 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 11 Sep 2011 11:10:22 +0200 Subject: helper to include TR1 stuff diff --git a/src/memory.h b/src/memory.h new file mode 100644 index 0000000..cd8878a --- /dev/null +++ b/src/memory.h @@ -0,0 +1,7 @@ +#ifndef MEMORY_H_ +#define MEMORY_H_ + +#include +using boost::shared_ptr; + +#endif -- cgit v0.10.1