summaryrefslogtreecommitdiff
path: root/src/netcomputer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netcomputer.h')
-rw-r--r--src/netcomputer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/netcomputer.h b/src/netcomputer.h
index be730941..02948207 100644
--- a/src/netcomputer.h
+++ b/src/netcomputer.h
@@ -24,6 +24,9 @@
#ifndef _TMW_SERVER_NETCOMPUTER_
#define _TMW_SERVER_NETCOMPUTER_
+#include "packet.h"
+#include <string>
+
// Forward declaration
class NetSession;