diff liboctave/numeric/oct-rand.cc @ 21912:d92dcbcd7691

prefer C++ wrappers for C standard headers in C++ code * Backend.cc, marker.cc, octave-interpreter.cc, mex.h, sqrtm.cc, audiodevinfo.cc, lex.ll, oct-rand.cc, oct-syscalls.cc, sparse-util.cc: Use C++ wrappers for C standard headers in C++ code.
author John W. Eaton <jwe@octave.org>
date Wed, 15 Jun 2016 12:59:43 -0400
parents 2aef506f3fec
children 278fc29b69ca
line wrap: on
line diff
--- a/liboctave/numeric/oct-rand.cc	Wed Jun 15 13:51:00 2016 -0400
+++ b/liboctave/numeric/oct-rand.cc	Wed Jun 15 12:59:43 2016 -0400
@@ -24,11 +24,11 @@
 #  include "config.h"
 #endif
 
+#include <cstdint>
+
 #include <map>
 #include <vector>
 
-#include <stdint.h>
-
 #include "data-conv.h"
 #include "f77-fcn.h"
 #include "lo-error.h"