Include missing cstdio header.

master
Peter Nelson 2010-03-24 18:14:48 +00:00
parent ee3bd3d4ad
commit 488fd44911
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <iostream>
#include <cstring>
#include <csignal>
#include <cstdio>
#include "cvout.h"
#include "cvin.h"