2 changed files with 19 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
libtransport/Conversation.cpp | 1 + |
|||
1 file changed, 1 insertion(+) |
|||
|
|||
diff --git a/libtransport/Conversation.cpp b/libtransport/Conversation.cpp
|
|||
index 8f7c6246..092d6058 100644
|
|||
--- a/libtransport/Conversation.cpp
|
|||
+++ b/libtransport/Conversation.cpp
|
|||
@@ -19,6 +19,7 @@
|
|||
*/ |
|||
|
|||
#include <iostream> |
|||
+#include <map>
|
|||
#include "transport/Conversation.h" |
|||
#include "transport/ConversationManager.h" |
|||
#include "transport/User.h" |
Loading…
Reference in new issue