We need the iostream to be included so fields can be shown

This commit is contained in:
Martijn Otto 2014-04-14 14:33:00 +02:00
parent 05412e0d2b
commit 8b0cc3dcc8
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <cstring>
#include <stdexcept>
#include <utility>
#include <iostream>
// base C include files
#include <stdint.h>