mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 21:14:28 +01:00
Fixed bug - not included std::string
Error details: implicit instantiation of undefined template std::basic_string
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
#ifndef TINS_EXCEPTIONS_H
|
#ifndef TINS_EXCEPTIONS_H
|
||||||
#define TINS_EXCEPTIONS_H
|
#define TINS_EXCEPTIONS_H
|
||||||
|
|
||||||
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
namespace Tins {
|
namespace Tins {
|
||||||
|
|||||||
Reference in New Issue
Block a user