Add asserts.hpp to std.hpp

This commit is contained in:
Gary Talent 2018-03-05 23:08:10 -06:00
parent cfc95b2dd1
commit 957b94a48d

View File

@ -8,6 +8,7 @@
#pragma once
#include "assert.hpp"
#include "bitops.hpp"
#include "byteswap.hpp"
#include "math.hpp"