Changed: Added include guard to stdmisc.h

This commit is contained in:
kervala 2010-10-18 09:13:29 +02:00
parent 85f757d902
commit 3ae23b3b36

View file

@ -14,6 +14,9 @@
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef NL_STDMISC_H
#define NL_STDMISC_H
#include "nel/misc/types_nl.h" #include "nel/misc/types_nl.h"
#include <algorithm> #include <algorithm>
@ -54,3 +57,5 @@
#define NOMINMAX #define NOMINMAX
#include <windows.h> #include <windows.h>
#endif #endif
#endif // NL_STDMISC_H