diff options
Diffstat (limited to 'client/main.cpp')
-rw-r--r-- | client/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/main.cpp b/client/main.cpp index ab4d526..0c36979 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -1,5 +1,7 @@ #include <QApplication> +#include "client.h" +#include "proxy.h" #include "dialog.h" int main(int argc, char *argv[]) |