diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 02:37:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 02:37:46 +0800 |
commit | e7255c4c78f45c25b736558fb511615ab47edc69 (patch) | |
tree | 48efac54166ddb091b93e89cc42532b53784c927 /shell/evolution-storage.h | |
parent | ae15900672a423ac36ee1830b159a1aa1b5063ed (diff) | |
download | gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.gz gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.bz2 gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.lz gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.xz gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.tar.zst gsoc2013-evolution-e7255c4c78f45c25b736558fb511615ab47edc69.zip |
Add missing #include "Evolution.h".
svn path=/trunk/; revision=3313
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r-- | shell/evolution-storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h index 40e678dd57..4e96e28df8 100644 --- a/shell/evolution-storage.h +++ b/shell/evolution-storage.h @@ -30,6 +30,8 @@ #include <bonobo/bonobo-object.h> +#include "Evolution.h" + #ifdef __cplusplus extern "C" { #pragma } |