Skip to content

Commit 4828b36

Browse files
authored
Merge pull request gameprogcpp#49 from tehredplague/patch-1
added <algorithm> and <limits> includes
2 parents 836fb04 + 0bd80ab commit 4828b36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Chapter04/Search.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <queue>
33
#include <iostream>
44
#include <unordered_map>
5+
#include <algorithm>
6+
#include <limits>
57

68
struct GraphNode
79
{

0 commit comments

Comments
 (0)