diff options
author | Kevin Smith <git@kismith.co.uk> | 2013-08-03 09:27:53 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2013-08-03 09:27:53 (GMT) |
commit | 85e23f6d04ea4d31a325f5267c78cbba2cbbac92 (patch) | |
tree | 36313ddaad104cf41a389bb49373e78e631ad2e1 /Swift | |
parent | f7e0c20b5a1596d1adcc8b0c688ca005522fe0f1 (diff) | |
download | swift-85e23f6d04ea4d31a325f5267c78cbba2cbbac92.zip swift-85e23f6d04ea4d31a325f5267c78cbba2cbbac92.tar.bz2 |
Missing include
Change-Id: Ib49e3324e594d95b8c58a3a02a43d1334bf54392
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/Controllers/UIInterfaces/ChatWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h index dce852a..50f2f26 100644 --- a/Swift/Controllers/UIInterfaces/ChatWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatWindow.h @@ -11,6 +11,7 @@ #include <boost/optional.hpp> #include <boost/shared_ptr.hpp> +#include <boost/make_shared.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include <Swiften/Base/boost_bsignals.h> |