diff options
Diffstat (limited to 'Swiften/Elements/Form.cpp')
-rw-r--r-- | Swiften/Elements/Form.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Elements/Form.cpp b/Swiften/Elements/Form.cpp index b24afea..d6de8ff 100644 --- a/Swiften/Elements/Form.cpp +++ b/Swiften/Elements/Form.cpp @@ -1,10 +1,11 @@ /* - * Copyright (c) 2010-2014 Isode Limited. + * Copyright (c) 2010-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #include <Swiften/Elements/Form.h> + #include <Swiften/Base/foreach.h> namespace Swift { |