Skip to content

Commit

Permalink
fix: fix missing includes in IVirtualMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Nov 10, 2023
1 parent 7d0f2cf commit 8b530a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CommonLibSF/include/RE/I/IVirtualMachine.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#pragma once

#include "RE/B/BSFixedString.h"
#include "RE/B/BSIntrusiveRefCounted.h"
#include "RE/B/BSLock.h"
#include "RE/B/BSTSmartPointer.h"
#include "RE/T/TypeInfo.h"

namespace RE
{
Expand Down

0 comments on commit 8b530a2

Please sign in to comment.