]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4003] Added iterator missing include
authorFrancis Dupont <fdupont@isc.org>
Thu, 27 Aug 2015 10:07:48 +0000 (12:07 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 27 Aug 2015 10:07:48 +0000 (12:07 +0200)
src/lib/util/random/random_number_generator.h

index 9221b9d1597dc0e316332d6fc3d854a2ff9773c3..9247ac12002a048f43787c8733bbfeba184716a4 100644 (file)
@@ -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 <algorithm>
 #include <cmath>
+#include <iterator>
 #include <numeric>
 #include <vector>