diff options
author | hnOsmium0001 <[email protected]> | 2022-04-19 12:40:21 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-19 12:40:54 -0700 |
commit | 6234cefaaf18f377256c035c7c861bbb6ec7a8a6 (patch) | |
tree | 8b0515ab83fc6504aa6c362d9594b3bb932253f8 /source/SmallVector.cpp | |
parent | 497a0ddb2ab57f6c517543ca20ea1b8333214710 (diff) |
Fix SmallVector.cpp missing include & remove warning on MSVC
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 { |