BAN: Add pragma once to String and Vector

This commit is contained in:
Bananymous 2022-12-13 15:15:36 +02:00
parent b42469efd7
commit 57b5e7ecf3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#pragma
#pragma once
#include <BAN/Errors.h>
#include <BAN/Formatter.h>

View File

@ -1,4 +1,4 @@
#pragma
#pragma once
#include <BAN/Errors.h>
#include <BAN/Memory.h>