diff options
Diffstat (limited to 'Sluift/Terminal.h')
-rw-r--r-- | Sluift/Terminal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Sluift/Terminal.h b/Sluift/Terminal.h index 60bb060..72ca3d8 100644 --- a/Sluift/Terminal.h +++ b/Sluift/Terminal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Isode Limited. + * Copyright (c) 2013-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ @@ -7,6 +7,7 @@ #pragma once #include <string> + #include <boost/optional/optional_fwd.hpp> namespace Swift { |