diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:39:35 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:39:35 +0000 |
commit | 8298bdba307e0df7af7a26243f7aec6d61b48789 (patch) | |
tree | eccc986e22f2a4acd4287c03c6eec64807fbee56 | |
parent | ac517a2b7625e0aa0862679e961c6349f859ea3b (diff) | |
download | libbu++-8298bdba307e0df7af7a26243f7aec6d61b48789.tar.gz libbu++-8298bdba307e0df7af7a26243f7aec6d61b48789.tar.bz2 libbu++-8298bdba307e0df7af7a26243f7aec6d61b48789.tar.xz libbu++-8298bdba307e0df7af7a26243f7aec6d61b48789.zip |
Minor change, may help building in build...
-rw-r--r-- | src/exceptions.h | 2 |
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 | ||
7 | namespace Bu | 7 | namespace Bu |