mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 12:31:41 +00:00
Add missing cstdint include
This commit is contained in:
parent
c650d47626
commit
f2e5a5d34e
@ -27,6 +27,8 @@
|
||||
#ifndef EDA_ITEM_FLAGS_H
|
||||
#define EDA_ITEM_FLAGS_H
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
// These define are used for the .m_flags and .m_UndoRedoStatus member of the
|
||||
// class EDA_ITEM
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user