Przeglądaj źródła

Add missing include

rdb 15 lat temu
rodzic
commit
eee9b6f874
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      dtool/src/dtoolutil/load_dso.cxx

+ 1 - 0
dtool/src/dtoolutil/load_dso.cxx

@@ -13,6 +13,7 @@
 ////////////////////////////////////////////////////////////////////
 
 #include "load_dso.h"
+#include "executionEnvironment.h"
 
 static Filename resolve_dso(const DSearchPath &path, const Filename &filename) {
   if (filename.is_local()) {