From bd23b42e36da40d5f4b51b2478f02f1c7544ccc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 13 Apr 2016 13:24:47 +0200 Subject: [PATCH] check export_libguh --- libguh/coap/coapobserveresource.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguh/coap/coapobserveresource.h b/libguh/coap/coapobserveresource.h index 49e0584a..6677563b 100644 --- a/libguh/coap/coapobserveresource.h +++ b/libguh/coap/coapobserveresource.h @@ -25,9 +25,10 @@ #include #include +#include "libguh.h" + class LIBGUH_EXPORT CoapObserveResource { - public: CoapObserveResource(); CoapObserveResource(const QUrl &url, const QByteArray &token);