norberttak / XPanel

XPlane 11/12 plugin to handle home cockpit panels
GNU General Public License v3.0
8 stars 3 forks source link

[BUG] Build error for fip #93

Closed CyberGuerro closed 5 months ago

CyberGuerro commented 5 months ago

There is a missing code line in /src/devices/fip/FIPLayer.h: after line 9: #include <fstream>

you have to add this line: #include <cstdint>

With that build saccessful :-)

norberttak commented 5 months ago

PR opened to fix this: #96