Add missing include guards

This commit is contained in:
gamerforEA 2020-02-26 19:41:23 +04:00 committed by Ivan
parent abfa303e07
commit 49294a3dd2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#pragma once
#include <string>
namespace utils