diff options
-rw-r--r-- | src/heretic/r_data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/r_data.c b/src/heretic/r_data.c index b55e6dfc..5bb79aa4 100644 --- a/src/heretic/r_data.c +++ b/src/heretic/r_data.c @@ -25,6 +25,8 @@ // R_data.c #include "doomdef.h" +#include "deh_str.h" + #include "i_swap.h" #include "i_system.h" #include "r_local.h" |