include <string> in wrappers/cpp/object.hh

This commit is contained in:
Ronan Abhamon 2017-03-16 15:37:44 +01:00
parent aff95c976c
commit 5fb6ca92a5

View file

@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <memory>
#include <list>
#include <map>
#include <string>
#ifndef LINPHONECXX_PUBLIC
#if defined(_MSC_VER)