diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-04 19:51:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-16 02:07:38 +0100 |
| commit | ff2070a05a9b6865815b27c3000d11a750188afa (patch) | |
| tree | 3e981c7f449fc4d5baca40e028e065dd146ef9b9 | |
| parent | 54c143ad171fabb20ce8a0d82ae6c147ee233484 (diff) | |
Cleanup: include ordering.
| -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; |
