diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:11:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:11:34 +0000 |
commit | dd556d2a3e2b7f7c4fdef1bcd9a7293f730df732 (patch) | |
tree | e4d6c6ee828a51af87ca69f2e3d9f06ec5a866e8 /plugins/WhenWasIt/birthdays.cpp | |
parent | ec36adde2c033cdf5129c9686ed89069c38896aa (diff) |
precompiled headers for WhenWasIt
git-svn-id: http://svn.miranda-ng.org/main/trunk@273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/birthdays.cpp')
-rw-r--r-- | plugins/WhenWasIt/birthdays.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/WhenWasIt/birthdays.cpp b/plugins/WhenWasIt/birthdays.cpp index 357936a866..baed614aad 100644 --- a/plugins/WhenWasIt/birthdays.cpp +++ b/plugins/WhenWasIt/birthdays.cpp @@ -18,6 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include "commonheaders.h"
#include "birthdays.h"
CBirthdays &birthdays = CBirthdays();
|