diff options
Diffstat (limited to 'client/client.h')
-rwxr-xr-x[-rw-r--r--] | client/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h index 6306434..7be1ce2 100644..100755 --- a/client/client.h +++ b/client/client.h @@ -10,6 +10,9 @@ #include <vector> #include "Logger.h" +#include "ProxyClientApp.h" + +extern ProxyClientApp *this_app; #endif |