diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/grok/gpu_config_panel.h | 6 |
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) |
