Browse Source

Add missing cstdint include

6.0.7
Marek Roszko 4 years ago
parent
commit
f2e5a5d34e
  1. 2
      include/eda_item_flags.h

2
include/eda_item_flags.h

@ -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…
Cancel
Save