Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
b5cd0403
Commit
b5cd0403
authored
May 06, 2013
by
Mukund Sivaraman
Browse files
[2850] Include dependency header in random_number_generator.h itself
parent
54a1d02e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/util/random/random_number_generator.h
View file @
b5cd0403
...
...
@@ -18,6 +18,7 @@
#include
<algorithm>
#include
<cmath>
#include
<numeric>
#include
<vector>
#include
<exceptions/exceptions.h>
...
...
src/lib/util/tests/random_number_generator_unittest.cc
View file @
b5cd0403
...
...
@@ -14,14 +14,13 @@
#include
<config.h>
#include
<util/random/random_number_generator.h>
#include
<gtest/gtest.h>
#include
<boost/shared_ptr.hpp>
#include
<algorithm>
#include
<iostream>
#include
<vector>
#include
<util/random/random_number_generator.h>
namespace
isc
{
namespace
util
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment