Fix missing include.

This commit is contained in:
Jeff Young 2023-10-03 13:32:00 +01:00
parent 0c055e15b7
commit 89f444c38b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#ifndef JOB_EXPORT_SCH_PLOT_H
#define JOB_EXPORT_SCH_PLOT_H
#include <vector>
#include <kicommon.h>
#include <wx/string.h>
#include "job.h"