Add missing dependeny to sql string helper

This commit is contained in:
Zwelf 2020-05-28 23:57:59 +02:00
parent 9add354367
commit 4152a1995e

View file

@ -1,6 +1,8 @@
#ifndef ENGINE_SERVER_SQL_STRING_HELPERS_H
#define ENGINE_SERVER_SQL_STRING_HELPERS_H
#include <base/system.h>
namespace sqlstr
{