From 5f8b091d84bf6be9b2fa2e485e435e8f43e20b85 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Tue, 19 Apr 2022 12:40:54 -0700 Subject: Changeset: 13 Fix SmallVector.cpp missing include & remove warning on MSVC --- source/SmallVector.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/SmallVector.cpp') 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 #include +#include // Check that no bytes are wasted and everything is well-aligned. namespace { -- cgit v1.2.3-70-g09d2