]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/ban.cpp
Send a on_receive_fields event when formspec is closed, with fields.quit = "true"
[dragonfireclient.git] / src / ban.cpp
index 25d7f4ccb18f6ba1c23163395a8deef286d1c21f..50ba0dba1a41b9d4eff4e39023b7586ac90b62b3 100644 (file)
@@ -19,10 +19,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "ban.h"
 #include <fstream>
-#include <jmutexautolock.h>
+#include "jthread/jmutexautolock.h"
 #include <sstream>
 #include <set>
 #include "strfnd.h"
+#include "util/string.h"
 #include "log.h"
 #include "filesys.h"