general: Fix clang/gcc build errors

This commit is contained in:
ameerj 2022-03-19 01:50:03 -04:00
parent a367db44cf
commit 866b7c20a8
12 changed files with 17 additions and 4 deletions

View file

@ -3,6 +3,7 @@
#pragma once
#include <cstddef>
#include <new>
#include <type_traits>
namespace Common {