Skip to content

Commit

Permalink
Fix include in shared
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp authored Oct 6, 2024
1 parent 07fbdad commit 0757019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/Repositories/MpStatusRepository.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include "custom-types/shared/macros.hpp"

#include "Models/MpStatusData.hpp"
#include "../Models/MpStatusData.hpp"

#include "System/Collections/Generic/Dictionary_2.hpp"

Expand Down Expand Up @@ -29,4 +29,4 @@ DECLARE_CLASS_CODEGEN(MultiplayerCore::Repositories, MpStatusRepository, Il2CppO

private:
static MpStatusRepository* _instance;
)
)

0 comments on commit 0757019

Please sign in to comment.