diff options
Diffstat (limited to 'src/Session.hpp')
-rw-r--r-- | src/Session.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Session.hpp b/src/Session.hpp index c76e753..47a60cc 100644 --- a/src/Session.hpp +++ b/src/Session.hpp @@ -18,6 +18,7 @@ #ifndef PATCHAGE_SESSION_HPP #define PATCHAGE_SESSION_HPP +#include <string> #include <boost/shared_ptr.hpp> struct SessionImpl; |