aboutsummaryrefslogtreecommitdiff
path: root/src/set.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set.cpp b/src/set.cpp
index 6f5a54c..3aa31fe 100644
--- a/src/set.cpp
+++ b/src/set.cpp
@@ -5,7 +5,7 @@
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
6 */ 6 */
7 7
8#include "set.h" 8#include "bu/set.h"
9 9
10namespace Bu { subExceptionDef( SetException ) } 10namespace Bu { subExceptionDef( SetException ) }
11 11