summaryrefslogtreecommitdiffstats
path: root/src/gui/Style.hpp
diff options
context:
space:
mode:
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; } }