diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-04 19:51:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-18 13:46:50 +0200 |
| commit | 252f378dda893da1e1a7d94beceeed141c0c7d0b (patch) | |
| tree | 93eebfbe931f7a3d29e02769222a0935af80da56 /src/lib | |
| parent | 7dd4fb0e9c8024c4ccd67e2aa5cda8eaccc52477 (diff) | |
Cleanup: include ordering.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/grok/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/grok/context.h b/src/lib/grok/context.h index 85ed385bd..6b27eb7a8 100644 --- a/src/lib/grok/context.h +++ b/src/lib/grok/context.h @@ -20,7 +20,6 @@ #pragma once -#include <boost/filesystem.hpp> #include "../config.h" #include "../dcp_video.h" @@ -30,6 +29,7 @@ #include "../writer.h" #include "messenger.h" #include <dcp/array_data.h> +#include <boost/filesystem.hpp> static std::mutex launchMutex; |
