From 2745b2811b03e83c165b07801704f32fc5bc588d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 8 Jun 2021 23:20:02 -0700 Subject: Fixed inculde path in exception source. --- src/stable/exceptionindexoutofbounds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stable/exceptionindexoutofbounds.cpp b/src/stable/exceptionindexoutofbounds.cpp index eb6d589..d70a373 100644 --- a/src/stable/exceptionindexoutofbounds.cpp +++ b/src/stable/exceptionindexoutofbounds.cpp @@ -5,7 +5,7 @@ * terms of the license contained in the file LICENSE. */ -#include "exceptionindexoutofbounds.h" +#include "bu/exceptionindexoutofbounds.h" namespace Bu { -- cgit v1.2.3