aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/FixBitVec.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-05 12:32:40 +0200
committerDavid Robillard <d@drobilla.net>2018-08-07 20:01:25 +0200
commit29813ada1005d3344320da48006ea5419181f7e0 (patch)
treea1b2998e1fa0861b2e8b4a80526aa62a4bdb3ac9 /chilbert/FixBitVec.hpp
parent46e5aed0bf2645fb640b08c148b518590c95253a (diff)
downloadchilbert-29813ada1005d3344320da48006ea5419181f7e0.tar.gz
chilbert-29813ada1005d3344320da48006ea5419181f7e0.tar.bz2
chilbert-29813ada1005d3344320da48006ea5419181f7e0.zip
Clean up includes
Diffstat (limited to 'chilbert/FixBitVec.hpp')
-rw-r--r--chilbert/FixBitVec.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chilbert/FixBitVec.hpp b/chilbert/FixBitVec.hpp
index 0a89803..3cdd6ff 100644
--- a/chilbert/FixBitVec.hpp
+++ b/chilbert/FixBitVec.hpp
@@ -21,8 +21,8 @@
#include "chilbert/Operations.hpp"
-#include <inttypes.h>
#include <cassert>
+#include <cstdint>
namespace chilbert {