]> git.lizzy.rs Git - minetest.git/blobdiff - src/settings.h
Fix invalid usage of texture->getSize() where actually texture->getOriginalSize(...
[minetest.git] / src / settings.h
index a9e0faa40a59898fc793f0c327bcf54ef75f8d5b..4ee5b591322a9070f6bf7b685f034cd823b1e54c 100644 (file)
@@ -21,10 +21,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define SETTINGS_HEADER
 
 #include "irrlichttypes_bloated.h"
+#include "exceptions.h"
 #include <string>
-#include <jthread.h>
-#include <jmutex.h>
-#include <jmutexautolock.h>
+#include "jthread/jmutex.h"
+#include "jthread/jmutexautolock.h"
 #include "strfnd.h"
 #include <iostream>
 #include <fstream>