From 6ee120de3031aa89bd4956dd43fbba2047e2b79e Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 28 Nov 2012 08:52:32 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@5585 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/SMTP/SMTP.upp | 3 +++ uppsrc/Core/SMTP/init | 1 + 2 files changed, 4 insertions(+) diff --git a/uppsrc/Core/SMTP/SMTP.upp b/uppsrc/Core/SMTP/SMTP.upp index ada5a7340..0bccffe0d 100644 --- a/uppsrc/Core/SMTP/SMTP.upp +++ b/uppsrc/Core/SMTP/SMTP.upp @@ -1,5 +1,8 @@ description "\3770,128,128"; +uses + Core; + file SMTP.h, Smtp.cpp, diff --git a/uppsrc/Core/SMTP/init b/uppsrc/Core/SMTP/init index 19a2ac45f..60a4951ca 100644 --- a/uppsrc/Core/SMTP/init +++ b/uppsrc/Core/SMTP/init @@ -1,3 +1,4 @@ #ifndef _Core_SMTP_icpp_init_stub #define _Core_SMTP_icpp_init_stub +#include "Core/init" #endif