Add missing includes. (Fix bulding under GCC 4.7)

(Note: GCC 4.7 build NOT tested with backports -Luke)
This commit is contained in:
Timothy Redaelli
2012-04-20 12:50:57 +02:00
committed by Luke Dashjr
parent e5b980d72f
commit d0fe14ffec

View File

@@ -8,6 +8,7 @@
#include "serialize.h"
#include <limits.h>
#include <stdio.h>
#include <string>
#include <vector>