diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-28 08:13:15 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-28 08:13:15 (GMT) |
commit | d04d6395a33b00f7fd394a1b41df42f9b1c287af (patch) | |
tree | 10ac2e68d29ca36abed43a4e6d47ac228d4db47d /SwifTools | |
parent | 744fca1430b00fb8addc971a6e3029310f4f6f4f (diff) | |
download | swift-d04d6395a33b00f7fd394a1b41df42f9b1c287af.zip swift-d04d6395a33b00f7fd394a1b41df42f9b1c287af.tar.bz2 |
Fix compilation on Windows.
Diffstat (limited to 'SwifTools')
-rw-r--r-- | SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h b/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h index 4e3cef1..6d16c68 100644 --- a/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h +++ b/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h @@ -1,6 +1,7 @@ +#include "Swiften/Base/String.h" + namespace Swift { class AutoUpdater; - class String; class PlatformAutoUpdaterFactory { public: |