Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
pch buildfix for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovahlord committed Oct 10, 2023
1 parent dab2292 commit 17f5be5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/vmap4_extractor/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "model.h"
#include "wmo.h"
#include "adtfile.h"
#include "mpqfile.h"
#include "VMapDefinitions.h"
#include <G3D/Quat.h>
#include <cstdio>
Expand Down
1 change: 1 addition & 0 deletions src/tools/vmap4_extractor/vmapexport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "adtfile.h"
#include "wdtfile.h"
#include "dbcfile.h"
#include "mpqfile.h"
#include "wmo.h"
#include "StringFormat.h"
#include "vmapexport.h"
Expand Down
1 change: 1 addition & 0 deletions src/tools/vmap4_extractor/wmo.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef WMO_H
#define WMO_H

#include "mpqfile.h"
#include <string>
#include <unordered_set>
#include <memory>
Expand Down

0 comments on commit 17f5be5

Please sign in to comment.