diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index 5440d0f1..3a18a0ff 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -34,7 +34,7 @@ win32 { #the OpenGL stuff should be migrated to OpenGL ES DEFINES += FORCE_ANGLE } else { - LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lshell32 + LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lshell32 -lopengl32 -lglu32 -luser32 } LIBS += -lpoppler-qt5 diff --git a/YACReaderLibrary/server/lib/bfLogging/logger.h b/YACReaderLibrary/server/lib/bfLogging/logger.h index bbd278ca..adcedfd3 100644 --- a/YACReaderLibrary/server/lib/bfLogging/logger.h +++ b/YACReaderLibrary/server/lib/bfLogging/logger.h @@ -6,6 +6,8 @@ #ifndef LOGGER_H #define LOGGER_H +#include + #include #include #include