diff options
Diffstat (limited to 'backend/Exception.h')
-rw-r--r-- | backend/Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Exception.h b/backend/Exception.h index bc65aa0..93af96e 100644 --- a/backend/Exception.h +++ b/backend/Exception.h @@ -1,6 +1,6 @@ #pragma once -#include "backend/String.h" +#include "String.h" class Exception { public: |