summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-04 19:51:45 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-16 17:57:18 +0200
commitfd27e1c6972dc9d856661b29cc8d2333b889ef6c (patch)
treeda7ff6a7f01e1b72d5635c1297c7e2c6c954a190
parent4a83cff3e9abfc57e3989f7ef6cc5772988d6c29 (diff)
Cleanup: include ordering.
-rw-r--r--src/lib/grok/context.h2
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;