Fix bitfields header

This commit is contained in:
Thulinma 2018-03-01 16:37:23 +01:00
parent 87fb2fc5b9
commit 564082f178

View file

@ -1,5 +1,6 @@
#pragma once
#include <string>
#include <stdint.h>
namespace Util{
bool stringToBool(std::string & str);