server: compile fix for recent gcc

This commit is contained in:
David Anderson 2013-05-25 13:54:50 -07:00
parent 5faad56ed5
commit f30097d175
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@
#include <set>
#include <limits.h>
#include <cmath>
#include <sys/types.h>
#include <unistd.h>
#include "des.h"
#include "stats.h"