added missing include in storage.hpp

This commit is contained in:
Arvid Norberg 2009-08-28 16:12:23 +00:00
parent bf84616aca
commit a5a9fdf2af
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
#pragma warning(push, 1)
#endif
#include <boost/function.hpp>
#include <boost/limits.hpp>
#include <boost/thread.hpp>
#include <boost/shared_ptr.hpp>