diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-07 16:50:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-07 16:50:19 +0000 |
commit | 81edefd3ef073cb79141d0830e29e68610fca5e6 (patch) | |
tree | be2a53ecda6908eb7dbb770f19c0a7215b11744a /protocols/WhatsApp/src/common.h | |
parent | e84d78bc3978fe6aa8400d7bbb4b4433503ba2e9 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/common.h')
-rw-r--r-- | protocols/WhatsApp/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/common.h b/protocols/WhatsApp/src/common.h index 92631c1365..415f809d9f 100644 --- a/protocols/WhatsApp/src/common.h +++ b/protocols/WhatsApp/src/common.h @@ -74,7 +74,7 @@ class WhatsAppProto; #include "constants.h"
#include "utils.h"
#include "db.h"
-#include "../res/resource.h"
+#include "resource.h"
#include "dialogs.h"
#include "theme.h"
#include "definitions.h"
|