diff options
Diffstat (limited to 'source/SmallVector.cpp')
-rw-r--r-- | source/SmallVector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/SmallVector.cpp b/source/SmallVector.cpp index ec1be43..c38e8a7 100644 --- a/source/SmallVector.cpp +++ b/source/SmallVector.cpp @@ -18,6 +18,7 @@ #include <cstdlib> #include <stdexcept> +#include <string> // Check that no bytes are wasted and everything is well-aligned. namespace { |