edits
[iotcloud.git] / version2 / src / C / URL.h
index 762c1ae5403244741bed4971d741fac1aa8cb6f5..72139c35f4b9ef7b00db205188a8f6d5f1872fe1 100644 (file)
@@ -1,5 +1,8 @@
 #ifndef URL_H
 #define URL_H
+#include "common.h"
 class URL {
+ public:
+       URL(IoTString *string);
 };
 #endif