Skip to content

Commit

Permalink
NWN: Include maths.h for M_PI in area.cpp
Browse files Browse the repository at this point in the history
This should fix MSVC builds.
  • Loading branch information
DrMcCoy committed Feb 5, 2019
1 parent 685a464 commit 5ac6f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engines/nwn/area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include "src/common/util.h"
#include "src/common/error.h"
#include "src/common/maths.h"

#include "src/aurora/gff3file.h"
#include "src/aurora/2dafile.h"
Expand Down

0 comments on commit 5ac6f6b

Please sign in to comment.