MP libopenmpt: Add doomdef.h header to load_libraries, resolve CONS_Printf (buildbots)

This commit is contained in:
mazmazz 2018-09-20 08:23:29 -04:00
parent b38f6f6125
commit 4b4bd638a9

View file

@ -2,6 +2,8 @@
/// Dynamic Library Loading
///
#include "../doomdef.h"
#ifdef _MSC_VER
#pragma warning(disable : 4214 4244)
#endif