summaryrefslogtreecommitdiff
path: root/shared/loki/ScopeGuard.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/loki/ScopeGuard.h')
-rw-r--r--shared/loki/ScopeGuard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/loki/ScopeGuard.h b/shared/loki/ScopeGuard.h
index a7e61ddd..b530068d 100644
--- a/shared/loki/ScopeGuard.h
+++ b/shared/loki/ScopeGuard.h
@@ -18,7 +18,7 @@
// $Id: ScopeGuard.h 799 2006-12-20 00:37:13Z rich_sposato $
-#include <loki/RefToValue.h>
+#include "RefToValue.h"
/// \defgroup ExceptionGroup Exception-safe code
bgstack15