summaryrefslogtreecommitdiffstats
path: root/src/server/BlockImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BlockImpl.cpp')
-rw-r--r--src/server/BlockImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp
index e2c202a8..e95645f9 100644
--- a/src/server/BlockImpl.cpp
+++ b/src/server/BlockImpl.cpp
@@ -14,8 +14,8 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <assert.h>
-#include <stdint.h>
+#include <cassert>
+#include <cstdint>
#include "raul/Array.hpp"