Skip to content

Commit

Permalink
Add required include on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezseb committed Mar 13, 2024
1 parent 075a16c commit ab2903f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Library/java/lang/Class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "Data/Descriptor.h"

#include <algorithm>
#include <string>

[[nodiscard]] static const Object* getThisObjectReference(
VMThread* thread,
Expand Down

0 comments on commit ab2903f

Please sign in to comment.