aboutsummaryrefslogtreecommitdiff
path: root/include/ble/ByteBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ble/ByteBuffer.h')
-rw-r--r--include/ble/ByteBuffer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ble/ByteBuffer.h b/include/ble/ByteBuffer.h
index 74a1bf7..d977c67 100644
--- a/include/ble/ByteBuffer.h
+++ b/include/ble/ByteBuffer.h
@@ -1,11 +1,12 @@
#ifndef BYTE_STREAM_WRAPPER_H
#define BYTE_STREAM_WRAPPER_H
+#include <cstddef>
#include <cstdint>
#include <cstdlib>
-#include <string>
-#include <stdexcept>
+#include <iosfwd>
#include <memory>
+#include <stdexcept>
class ByteBufferException : public std::runtime_error {
public: