Skip to content

Commit 92824c5

Browse files
authored
Merge pull request #1660 from OutpostUniverse/updateNas2dIsZeroChecks
Update NAS2D for `isZero` checks
2 parents c4142b8 + 9883d91 commit 92824c5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

appOPHD/GraphWalker.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#include <libOPHD/Map/MapCoordinate.h>
1010

11+
#include <stdexcept>
12+
1113

1214
using namespace NAS2D;
1315

libControls/Control.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include <NAS2D/Resource/Image.h>
44
#include <NAS2D/Resource/ResourceCache.h>
55

6+
#include <stdexcept>
7+
68

79
namespace
810
{

0 commit comments

Comments
 (0)