[ox/std] Fix problems in building with GCC 12

This commit is contained in:
2022-05-25 01:07:48 -05:00
parent fd0d15b28e
commit 9417307a8e
4 changed files with 32 additions and 14 deletions

View File

@@ -9,6 +9,7 @@
#pragma once
#include "bit.hpp"
#include "error.hpp"
#include "initializerlist.hpp"
#include "iterator.hpp"
#include "math.hpp"