diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-09-26 17:35:15 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-09-26 17:35:15 (GMT) |
commit | 04e4f8cee488ad722092c6bdad358341a1c94fbd (patch) | |
tree | 7abf8d332cb1fcd27590adc072e4dfe43692e8e0 | |
parent | 6d527bd8083a16d331199c05a09ff68cb818acf4 (diff) | |
download | swift-04e4f8cee488ad722092c6bdad358341a1c94fbd.zip swift-04e4f8cee488ad722092c6bdad358341a1c94fbd.tar.bz2 |
Added another missing include.
-rw-r--r-- | Swiften/FileTransfer/FileTransfer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/FileTransfer/FileTransfer.h b/Swiften/FileTransfer/FileTransfer.h index 6c37d8d..27a1433 100644 --- a/Swiften/FileTransfer/FileTransfer.h +++ b/Swiften/FileTransfer/FileTransfer.h @@ -6,6 +6,7 @@ #pragma once +#include <boost/cstdint.hpp> #include <boost/optional.hpp> #include <boost/shared_ptr.hpp> |