summaryrefslogtreecommitdiff
path: root/src/ast/npc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/npc.cpp')
-rw-r--r--src/ast/npc.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ast/npc.cpp b/src/ast/npc.cpp
index 362943c..ca518d8 100644
--- a/src/ast/npc.cpp
+++ b/src/ast/npc.cpp
@@ -18,11 +18,14 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+#include "../compat/memory.hpp"
+
#include "../io/cxxstdio.hpp"
+#include "../io/extract.hpp"
-#include "../mmo/extract.hpp"
+#include "../mmo/extract_enums.hpp"
-#include "../map/clif.hpp"
+#include "../high/extract_mmo.hpp"
#include "../poison.hpp"