summaryrefslogtreecommitdiffstats
path: root/src/gui/Style.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-21 00:41:34 +0100
committerDavid Robillard <d@drobilla.net>2018-01-21 00:56:50 +0100
commit329f498d901f9be9c0c820749850f5277a17df5d (patch)
treefbe6362b6c0a6fbf88749711d55480c694e1081f /src/gui/Style.hpp
parent44f7ad5222d824d81dc743045d5887418847e74e (diff)
downloadingen-329f498d901f9be9c0c820749850f5277a17df5d.tar.gz
ingen-329f498d901f9be9c0c820749850f5277a17df5d.tar.bz2
ingen-329f498d901f9be9c0c820749850f5277a17df5d.zip
Use C++ style includes for standard language headers
Diffstat (limited to 'src/gui/Style.hpp')
-rw-r--r--src/gui/Style.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/Style.hpp b/src/gui/Style.hpp
index f92d884e..8e628a3d 100644
--- a/src/gui/Style.hpp
+++ b/src/gui/Style.hpp
@@ -17,8 +17,7 @@
#ifndef INGEN_GUI_STYLE_HPP
#define INGEN_GUI_STYLE_HPP
-#include <stdint.h>
-
+#include <cstdint>
#include <string>
namespace Ingen { namespace Client { class PortModel; } }