Skip to content

Commit

Permalink
PluginBase: Fix casing of Exceptions.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
drunderscore committed Jul 1, 2024
1 parent 9dc131b commit 99efa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CastingEssentials/PluginBase/Modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <typeindex>
#include <vector>

#include "exceptions.h"
#include "Exceptions.h"

class IBaseModule
{
Expand Down

0 comments on commit 99efa66

Please sign in to comment.