mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
Fix a build error on Linux.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18503
This commit is contained in:
parent
24c3102638
commit
d75c3d5791
@ -26,7 +26,7 @@
|
||||
|
||||
#include <gal/color4d.h>
|
||||
#include <layer_ids.h>
|
||||
#include <layer_pairs.h>
|
||||
#include "../pcbnew/layer_pairs.h"
|
||||
|
||||
class wxBitmap;
|
||||
|
||||
@ -70,4 +70,4 @@ public:
|
||||
std::unique_ptr<wxBitmap> CreateLayerPairIcon( const LAYER_PAIR& aPair, int aScale ) const;
|
||||
};
|
||||
|
||||
#endif // LAYER_PRESENTATION_H
|
||||
#endif // LAYER_PRESENTATION_H
|
||||
|
Loading…
Reference in New Issue
Block a user