1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fixed bug - not included std::string

Error details:
implicit instantiation of undefined template std::basic_string
This commit is contained in:
Itay Grudev
2014-01-25 22:55:59 +02:00
parent 17933765d3
commit e73ea43f7b

View File

@@ -30,6 +30,7 @@
#ifndef TINS_EXCEPTIONS_H
#define TINS_EXCEPTIONS_H
#include <string>
#include <stdexcept>
namespace Tins {