7
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:
Marek Roszko 2021-06-08 19:51:25 -04:00
parent c650d47626
commit f2e5a5d34e

View File

@ -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
//