Add missing cstdint include

This commit is contained in:
Marek Roszko 2021-06-08 19:51:25 -04:00
parent c650d47626
commit f2e5a5d34e
1 changed files with 2 additions and 0 deletions

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