add missing include (MSVC is not picky enough)

This commit is contained in:
Enno Rehling 2015-11-04 14:55:13 +01:00
parent 10f2dd2d6e
commit 67e2eafbcf
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ without prior permission by the authors of Eressea.
#include "unicode.h"
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>