diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-04 19:51:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-29 21:19:56 +0100 |
| commit | ea67e28500284a41b6eef6110e9e5c243e2aea8a (patch) | |
| tree | 2f44e4603237383aebf79a4e9e4d870d739f75a0 /src/lib | |
| parent | aed4a3b4b42923f2f9e273eea4705b43b75e8e08 (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; |
