diff --git a/src/cacheconfiguration.h b/src/cacheconfiguration.h index 2777471..85eb102 100644 --- a/src/cacheconfiguration.h +++ b/src/cacheconfiguration.h @@ -30,6 +30,9 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." */ +#ifndef SEASIDE_CACHE_CONFIGURATION_H +#define SEASIDE_CACHE_CONFIGURATION_H + #include "contactcacheexport.h" #include @@ -77,3 +80,4 @@ private slots: #endif }; +#endif // SEASIDE_CACHE_CONFIGURATION_H