includes/std: Added more #pragma once to all stdlib files

This commit is contained in:
WerWolv
2022-01-30 20:53:09 +01:00
parent 8759f17b37
commit 16d189843a
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
namespace std::hash {
fn crc32(u128 address, u64 size, u32 init, u32 poly) {

View File

@@ -1,3 +1,5 @@
#pragma once
namespace std::http {
fn get(str url) {