From e53d52470c3c1a63a05c210ed5b9d3054c3c6a71 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 27 Aug 2015 12:07:48 +0200 Subject: [PATCH] [4003] Added iterator missing include --- src/lib/util/random/random_number_generator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/util/random/random_number_generator.h b/src/lib/util/random/random_number_generator.h index 9221b9d159..9247ac1200 100644 --- a/src/lib/util/random/random_number_generator.h +++ b/src/lib/util/random/random_number_generator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2010, 2015 Internet Systems Consortium, Inc. ("ISC") // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -17,6 +17,7 @@ #include #include +#include #include #include -- 2.47.2