diff --git a/extensions/structs/Makefile b/extensions/structs/Makefile index 7aae3758..22bfb7e0 100644 --- a/extensions/structs/Makefile +++ b/extensions/structs/Makefile @@ -45,7 +45,7 @@ ifeq "$(ENGINE)" "orangebox" HL2LIB = $(HL2SDK_OB)/lib/linux CFLAGS += -DORANGEBOX_BUILD METAMOD = $(SOURCEMM16) - INCLUDE += -I$(HL2SDK)/public/game/server + INCLUDE += -I$(HL2SDK)/public/game/server -I$(HL2SDK)/public/mathlib SRCDS = $(SRCDS_BASE)/orangebox override ENGSET = true endif