diff options
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/PhoneNumber.cpp')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/PhoneNumber.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/PhoneNumber.cpp b/protocols/WhatsApp/src/WhatsAPI++/PhoneNumber.cpp index 8171094d5c..966e7cd28c 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/PhoneNumber.cpp +++ b/protocols/WhatsApp/src/WhatsAPI++/PhoneNumber.cpp @@ -3,8 +3,9 @@ *
*/
+#include "../common.h" // #TODO Remove Miranda-dependency
+
#include "PhoneNumber.h"
-#include "WAException.h"
struct CountryDescr
{
|