We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85baa88 commit 6736720Copy full SHA for 6736720
include/Util.h
@@ -4,6 +4,7 @@
4
#include <utility>
5
#include <sstream>
6
#include <memory>
7
+#include <stdexcept>
8
9
typedef std::pair<int, int> Coordinate;
10
typedef std::pair<float, float> ScreenCoordinate;
0 commit comments