2
0
mirror of https://github.com/boostorg/wave.git synced 2026-02-12 12:42:09 +00:00

Wave: Added more missing #includes.

[SVN r37364]
This commit is contained in:
Hartmut Kaiser
2007-04-05 13:06:20 +00:00
parent aa0f749e09
commit 9556b1829c
2 changed files with 3 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ class StoragePolicy
#endif
#include <memory>
#include <new>
#include <string>
#include <vector>
#include <algorithm>
@@ -99,6 +100,7 @@ class StoragePolicy
#include <stdexcept>
#include <cstddef>
#include <cstring>
#include <cstdlib>
// this must occur after all of the includes and before any code appears
#ifdef BOOST_HAS_ABI_HEADERS