1
0
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:
Matias Fontanini
2014-01-25 13:00:07 -08:00

View File

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