summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-09-26 17:35:15 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-09-26 17:35:15 (GMT)
commit04e4f8cee488ad722092c6bdad358341a1c94fbd (patch)
tree7abf8d332cb1fcd27590adc072e4dfe43692e8e0 /Swiften
parent6d527bd8083a16d331199c05a09ff68cb818acf4 (diff)
downloadswift-04e4f8cee488ad722092c6bdad358341a1c94fbd.zip
swift-04e4f8cee488ad722092c6bdad358341a1c94fbd.tar.bz2
Added another missing include.
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/FileTransfer/FileTransfer.h1
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>