server: fix build break.

This commit is contained in:
Rom Walton 2015-11-18 13:53:10 -05:00
parent 0a63f1b05c
commit 2404092894
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include <string>
#include <cstdlib>
#include <cassert>
#include <unistd.h>
#include <sys/types.h>
#include "boinc_db.h"
#include "error_numbers.h"