diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-30 18:59:57 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-30 18:59:57 -0500 |
| commit | 96513abb0ac2d5084ef40049137204f0c4533ed8 (patch) | |
| tree | 693367d039196a67ab4f75e20716c877b8d6efc6 /src/d/actor/d_a_daiocta.cpp | |
| parent | 72c61dd7050f38b3d6be7c3fb7492430a584bf09 (diff) | |
various fixes to get more actors to compile
Diffstat (limited to 'src/d/actor/d_a_daiocta.cpp')
| -rw-r--r-- | src/d/actor/d_a_daiocta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_daiocta.cpp b/src/d/actor/d_a_daiocta.cpp index 07951a88..20dd0fc9 100644 --- a/src/d/actor/d_a_daiocta.cpp +++ b/src/d/actor/d_a_daiocta.cpp @@ -4,7 +4,7 @@ // #include "d/actor/d_a_daiocta.h" -#include "dolphin/types.h" +#include "d/d_cc_d.h" /* 000000EC-000002B0 .text __ct__15daDaiocta_HIO_cFv */ daDaiocta_HIO_c::daDaiocta_HIO_c() { |
