diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-21 23:38:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-09 17:04:02 +0100 |
| commit | cf65c2709664936940935996499ac87dc47515f0 (patch) | |
| tree | 4eb00dddbf83e74ee0234d3d8279bff4ed688ba3 /src/lib/internet.h | |
| parent | cda2e5441938ebca1c94afd96f9a3a93e7bf3a08 (diff) | |
C++11 and general tidying.
Diffstat (limited to 'src/lib/internet.h')
| -rw-r--r-- | src/lib/internet.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/internet.h b/src/lib/internet.h index 25513e666..f3cd2c6b4 100644 --- a/src/lib/internet.h +++ b/src/lib/internet.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2022 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,8 +18,9 @@ */ -#include <boost/optional.hpp> + #include <boost/filesystem.hpp> +#include <boost/optional.hpp> class ScopedTemporary; |
