aboutsummaryrefslogtreecommitdiffstats
path: root/src/Buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Buffer.cpp')
-rw-r--r--src/Buffer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index ab50f1a..20f71f9 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -29,8 +29,9 @@
#include "PcDebug.h"
#include <string>
-#include <stdlib.h>
-#include <string.h>
+#include <stdexcept>
+#include <cstdlib>
+#include <cstring>
Buffer::Buffer(size_t len, const void *data)
{