diff options
author | Jack Lloyd <[email protected]> | 2017-09-03 06:19:51 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-03 06:19:51 -0400 |
commit | 31b0a9094a0a182d4a1fcbe1ec7c301b3950e941 (patch) | |
tree | 32ce8f9275afe6b960a39e220f0dfae4025bf251 /src/lib/x509/name_constraint.h | |
parent | 240e9ee5b6c15ce3f801afaa440f7bf422fba000 (diff) |
Clean up use of <limits> header
Don't include it where it is not needed, included it where it is used.
Diffstat (limited to 'src/lib/x509/name_constraint.h')
-rw-r--r-- | src/lib/x509/name_constraint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/name_constraint.h b/src/lib/x509/name_constraint.h index 68551dc32..e52e5449e 100644 --- a/src/lib/x509/name_constraint.h +++ b/src/lib/x509/name_constraint.h @@ -10,6 +10,7 @@ #include <botan/asn1_obj.h> #include <ostream> +#include <limits> namespace Botan { |