mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 20:01:35 +01:00
Merge pull request #2 from itay-grudev/master
Fixed bug - not included std::string
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#ifndef TINS_EXCEPTIONS_H
|
||||
#define TINS_EXCEPTIONS_H
|
||||
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace Tins {
|
||||
|
||||
Reference in New Issue
Block a user