summaryrefslogtreecommitdiff
path: root/src/memory.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-11 09:10:22 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-11 09:10:22 (GMT)
commit77dbd805371d3953c4f832259a509b0a8c51a3a4 (patch)
tree2d39bd2c83c23196e2a4605b4683ac26a9d2b1af /src/memory.h
parentd25e197ac7d72214bbdc2753ef84104932c625dd (diff)
helper to include TR1 stuff
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h7
1 files changed, 7 insertions, 0 deletions
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 <boost/shared_ptr.hpp>
+using boost::shared_ptr;
+
+#endif
contact: Jan Huwald // Impressum