Skip to content
GitLab
Menu
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
6e42b909
Commit
6e42b909
authored
Jun 27, 2013
by
Mukund Sivaraman
Browse files
Merge branch 'trac3001'
parents
f999dcb8
382705e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/util/memory_segment_mapped.cc
View file @
6e42b909
...
...
@@ -28,6 +28,8 @@
#include <string>
#include <new>
#include <stdint.h>
// boost::interprocess namespace is big and can cause unexpected import
// (e.g., it has "read_only"), so it's safer to be specific for shortcuts.
using
boost
::
interprocess
::
basic_managed_mapped_file
;
...
...
src/lib/util/random/qid_gen.h
View file @
6e42b909
...
...
@@ -25,6 +25,8 @@
#include <boost/random/uniform_int.hpp>
#include <boost/random/variate_generator.hpp>
#include <stdint.h>
namespace
isc
{
namespace
util
{
namespace
random
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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