fix(error): fix incorrect includes

This commit is contained in:
phaneron 2024-09-07 12:34:46 -04:00
parent bb31ea91b5
commit 2439224184
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include "storm/Error.hpp"
#include "storm/error/Error.hpp"
#include <cstdio>
#include <cstdarg>