aboutsummaryrefslogtreecommitdiff
path: root/src/ringbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ringbuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ringbuffer.h b/src/ringbuffer.h
index 625f65b..be80e2f 100644
--- a/src/ringbuffer.h
+++ b/src/ringbuffer.h
@@ -1,5 +1,5 @@
1#ifndef RING_BUFFER_H 1#ifndef BU_RING_BUFFER_H
2#define RING_BUFFER_H 2#define BU_RING_BUFFER_H
3 3
4#include <memory> 4#include <memory>
5#include "bu/exceptionbase.h" 5#include "bu/exceptionbase.h"