| Index: compiled/subscription/DownloadableSubscription.h |
| diff --git a/compiled/subscription/DownloadableSubscription.h b/compiled/subscription/DownloadableSubscription.h |
| index 49cf9c45a78fa9734b907331f5fc0f6a3d103b92..ad9f3f0d5a5fda3fa2a87f5bcb18b4a7197c2ff4 100644 |
| --- a/compiled/subscription/DownloadableSubscription.h |
| +++ b/compiled/subscription/DownloadableSubscription.h |
| @@ -19,9 +19,12 @@ |
| #include <cstdint> |
| +#include "../base.h" |
| #include "Subscription.h" |
| #include "../bindings/runtime.h" |
| +ABP_NS_BEGIN |
| + |
| class DownloadableSubscription : public Subscription |
| { |
| public: |
| @@ -63,3 +66,5 @@ inline DownloadableSubscription* Subscription::As<DownloadableSubscription>() |
| return static_cast<DownloadableSubscription*>(this); |
| } |
| + |
| +ABP_NS_END |