From 08b975293c356f7a39ca28aa5bc243fe3281d361 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 14 Dec 2014 13:09:14 +0100 Subject: compile ixes, make akonadi2common an actual shared lib --- common/storage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/storage.h') diff --git a/common/storage.h b/common/storage.h index 3f14e83..2fac068 100644 --- a/common/storage.h +++ b/common/storage.h @@ -1,10 +1,11 @@ #pragma once +#include #include #include #include -class Storage { +class AKONADI2COMMON_EXPORT Storage { public: enum AccessMode { ReadOnly, ReadWrite }; -- cgit v1.2.3