Skip to content

Commit 6736720

Browse files
committed
Added missing include
1 parent 85baa88 commit 6736720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/Util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <utility>
55
#include <sstream>
66
#include <memory>
7+
#include <stdexcept>
78

89
typedef std::pair<int, int> Coordinate;
910
typedef std::pair<float, float> ScreenCoordinate;

0 commit comments

Comments
 (0)