openscad/src/memory.h

8 lines
102 B
C

#ifndef MEMORY_H_
#define MEMORY_H_
#include <boost/shared_ptr.hpp>
using boost::shared_ptr;
#endif