diff libgui/graphics/Backend.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 6780a8657be3
children bac0d6f07a3e
line wrap: on
line diff
--- a/libgui/graphics/Backend.cc	Wed Jun 15 13:51:00 2016 -0400
+++ b/libgui/graphics/Backend.cc	Wed Jun 15 12:59:43 2016 -0400
@@ -24,11 +24,11 @@
 #  include "config.h"
 #endif
 
+#include <cstdint>
+
 #include <QApplication>
 #include <QThread>
 
-#include <stdint.h>
-
 #include "Backend.h"
 #include "Logger.h"
 #include "Object.h"