Fix compilation error with wrong path to dropdown_type.h

This commit is contained in:
dP
2025-06-11 21:45:49 +05:00
parent df3a6e321f
commit 94b65d0562

View File

@@ -12,7 +12,7 @@
#include "../textbuf_gui.h"
#include "../cargotype.h"
#include "../zoom_func.h"
#include "../widgets/dropdown_type.h"
#include "../dropdown_type.h"
#include "../widgets/cargo_table_widget.h"