summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-03 20:52:08 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-03 23:56:46 +0100
commit3c1c4880c249957cdd871586833584467410ed0b (patch)
tree8135545e64086f57c4718ca9f3dfb821c3133b76 /src
parenta655528f846f39f932b9967dfd2dc9b0b3ea9410 (diff)
Fix Grok build after changes to preferences code.
Diffstat (limited to 'src')
-rw-r--r--src/wx/grok/gpu_config_panel.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wx/grok/gpu_config_panel.h b/src/wx/grok/gpu_config_panel.h
index 5696aa8ce..df38f9373 100644
--- a/src/wx/grok/gpu_config_panel.h
+++ b/src/wx/grok/gpu_config_panel.h
@@ -21,6 +21,10 @@
#pragma once
+
+#include <wx/filepicker.h>
+
+
static std::vector<std::string> get_gpu_names(boost::filesystem::path binary, boost::filesystem::path filename)
{
// Execute the GPU listing program and redirect its output to a file
@@ -95,7 +99,7 @@ private:
};
-class GPUPage : public Page
+class GPUPage : public dcpomatic::preferences::Page
{
public:
GPUPage(wxSize panel_size, int border)