diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-10-08 21:07:10 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-10-08 21:07:10 +0800 |
commit | 9a6f11a5114e5529203113cb0899551ee5ce9d09 (patch) | |
tree | d77b7db529a39ce36f3400e72237804432936a9e /indra/llxml/llxmlnode.cpp | |
parent | f88c30e4eef6353564e4c19f2829ef3713a8a973 (diff) | |
parent | 82391adeb81656b6b23559c52bf4a3db2c932673 (diff) |
Merge branch 'main' into DRTVWR-559
Diffstat (limited to 'indra/llxml/llxmlnode.cpp')
-rw-r--r-- | indra/llxml/llxmlnode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llxml/llxmlnode.cpp b/indra/llxml/llxmlnode.cpp index 455df13e48..8f465b00a2 100644 --- a/indra/llxml/llxmlnode.cpp +++ b/indra/llxml/llxmlnode.cpp @@ -29,6 +29,7 @@ #include <iostream> #include <map> +#include <SDL_rwops.h> #include "llxmlnode.h" |