diff options
Diffstat (limited to 'common/updates.h')
-rw-r--r-- | common/updates.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/updates.h b/common/updates.h index c0dbbaac05..1e0babdf6d 100644 --- a/common/updates.h +++ b/common/updates.h @@ -23,6 +23,8 @@ #ifndef BACKENDS_UPDATES_ABSTRACT_H #define BACKENDS_UPDATES_ABSTRACT_H +#if defined(USE_UPDATES) + namespace Common { /** @@ -95,4 +97,6 @@ public: } // End of namespace Common +#endif + #endif // BACKENDS_UPDATES_ABSTRACT_H |