Add missing cstdint include
This commit is contained in:
parent
c650d47626
commit
f2e5a5d34e
|
@ -27,6 +27,8 @@
|
||||||
#ifndef EDA_ITEM_FLAGS_H
|
#ifndef EDA_ITEM_FLAGS_H
|
||||||
#define 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
|
// These define are used for the .m_flags and .m_UndoRedoStatus member of the
|
||||||
// class EDA_ITEM
|
// class EDA_ITEM
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue