Fix build

This commit is contained in:
fed 2021-07-29 02:53:40 +02:00
parent 156f334924
commit 4c909a448e
2 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,6 @@
// iw6x-client
#include <stdinc.hpp>
#include "memory.hpp"
#include "string.hpp"
namespace utils::string

View File

@ -1,4 +1,5 @@
#pragma once
#include "memory.hpp"
namespace utils::string
{