10 lines
228 B
C++
10 lines
228 B
C++
--- src/inputclient.h.orig Sat Aug 16 16:34:06 2003
|
|
+++ src/inputclient.h Sat Aug 16 16:34:15 2003
|
|
@@ -19,6 +19,7 @@
|
|
#ifndef INPUTCLIENT_H
|
|
#define INPUTCLIENT_H
|
|
|
|
+#include <cassert>
|
|
#include <string>
|
|
#include "console.h"
|
|
|