Skip to content

Commit

Permalink
add missing include to a_quake.cpp.
Browse files Browse the repository at this point in the history
The GCC AppImage build reported

/usr/bin/ld: CMakeFiles/zdoom.dir/playsim/mapthinkers/a_quake.cpp.o: in function `AActor::Distance2D(AActor*, bool) const':
a_quake.cpp:(.text._ZNK6AActor10Distance2DEPS_b[_ZNK6AActor10Distance2DEPS_b]+0x2c): undefined reference to `AActor::PosRelative(AActor const*) const'
  • Loading branch information
coelckers committed Oct 8, 2023
1 parent ac646e9 commit 06466b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playsim/mapthinkers/a_quake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "d_player.h"
#include "r_utility.h"
#include "g_levellocals.h"
#include "actorinlines.h"
#include <p_maputl.h>

static FRandom pr_quake ("Quake");
Expand Down

0 comments on commit 06466b9

Please sign in to comment.