aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index b824b91..9655184 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -1,7 +1,7 @@
1#ifndef BU_EXCEPTIONS_H 1#ifndef BU_EXCEPTIONS_H
2#define BU_EXCEPTIONS_H 2#define BU_EXCEPTIONS_H
3 3
4#include "exceptionbase.h" 4#include "bu/exceptionbase.h"
5#include <stdarg.h> 5#include <stdarg.h>
6 6
7namespace Bu 7namespace Bu