summaryrefslogtreecommitdiff
path: root/disas/libvixl/vixl/code-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'disas/libvixl/vixl/code-buffer.h')
-rw-r--r--disas/libvixl/vixl/code-buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/libvixl/vixl/code-buffer.h b/disas/libvixl/vixl/code-buffer.h
index f93ebb6b82..b95babbdee 100644
--- a/disas/libvixl/vixl/code-buffer.h
+++ b/disas/libvixl/vixl/code-buffer.h
@@ -27,7 +27,7 @@
#ifndef VIXL_CODE_BUFFER_H
#define VIXL_CODE_BUFFER_H
-#include <string.h>
+#include <cstring>
#include "vixl/globals.h"
namespace vixl {