Skip to content

Commit

Permalink
Add missing header for random numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ickby committed Jun 4, 2017
1 parent b7806ac commit 62491f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/App/Document.cpp
Expand Up @@ -56,6 +56,7 @@ recompute path. Also enables more complicated dependencies beyond trees.
# include <sstream>
# include <climits>
# include <bitset>
# include <random>
#endif

#include <boost/graph/adjacency_list.hpp>
Expand Down
1 change: 1 addition & 0 deletions src/App/PreCompiled.h
Expand Up @@ -68,6 +68,7 @@
#include <queue>
#include <bitset>
#include <exception>
#include <random>

// Boost
#include <boost/signals.hpp>
Expand Down

0 comments on commit 62491f6

Please sign in to comment.