SAP-archive / fedem-gui

Graphical user interface for FEDEM
https://openfedem.org
Apache License 2.0
1 stars 6 forks source link

Missing header #12

Closed sanguinariojoe closed 7 months ago

sanguinariojoe commented 7 months ago

#include <stddef.h> at https://github.com/SAP/fedem-gui/blob/main/src/FFuLib/FFuLogicButtonGroup.H#L12

NULL is not defined by default

sanguinariojoe commented 7 months ago

Same problem at https://github.com/SAP/fedem-gui/blob/main/src/vpmDisplay/FdExtraGraphics.H#L11

sanguinariojoe commented 7 months ago

And https://github.com/SAP/fedem-gui/blob/main/src/vpmApp/vpmAppUAMap/vpmAppUAMapHandlers/FapUAExistenceHandler.H#L11