mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adding missing header for linux
This commit is contained in:
parent
07990db670
commit
7decb8f3fd
@ -1,5 +1,7 @@
|
||||
#include "DataTypeConverter.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
namespace DataTypeConverter
|
||||
{
|
||||
NumberParseState strToInt(const std::string& input, int& result)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user