diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-09-26 17:32:47 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-09-26 17:32:47 (GMT) |
commit | 6d527bd8083a16d331199c05a09ff68cb818acf4 (patch) | |
tree | 4c1ae63efeadc792a34f8c50a5d0508076e648aa /Swift/Controllers | |
parent | 60823cd43ea17d8e06f3ae4a06f3c92d71fb00e5 (diff) | |
download | swift-6d527bd8083a16d331199c05a09ff68cb818acf4.zip swift-6d527bd8083a16d331199c05a09ff68cb818acf4.tar.bz2 |
Fixed compilation warnings & errors.
Diffstat (limited to 'Swift/Controllers')
-rw-r--r-- | Swift/Controllers/FileTransfer/FileTransferController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/FileTransfer/FileTransferController.h b/Swift/Controllers/FileTransfer/FileTransferController.h index 5d98468..3d6f7d5 100644 --- a/Swift/Controllers/FileTransfer/FileTransferController.h +++ b/Swift/Controllers/FileTransfer/FileTransferController.h @@ -9,6 +9,7 @@ #include <string> #include <boost/shared_ptr.hpp> +#include <boost/cstdint.hpp> #include <Swiften/JID/JID.h> #include <Swiften/FileTransfer/FileTransfer.h> |