fixed bug with -DIMAGEVIEW=no

This commit is contained in:
Edward Emelianov 2024-05-15 08:51:28 +03:00
parent 1788fea1c3
commit a0bb1890a7

View File

@ -28,7 +28,9 @@
#include "ccdfunc.h" // framerate #include "ccdfunc.h" // framerate
#include "client.h" #include "client.h"
#include "cmdlnopts.h" #include "cmdlnopts.h"
#ifdef IMAGEVIEW
#include "imageview.h" #include "imageview.h"
#endif
#include "server.h" // for common commands names #include "server.h" // for common commands names
#include "socket.h" #include "socket.h"