]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/nameidmapping.cpp
Replace SimpleThread by JThread now implementing same features
[dragonfireclient.git] / src / nameidmapping.cpp
index 2a436f735af9b0895f655b316bbf3b407af4e596..ebe65076eafe8f9e9a5787d13417cecf39c0b7dc 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -18,6 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include "nameidmapping.h"
+#include "exceptions.h"
 #include "util/serialize.h"
 
 void NameIdMapping::serialize(std::ostream &os) const