Added stdio.h for printf in simpleCpu/main.cpp

This commit is contained in:
Jeremy Cowles 2013-02-16 12:05:15 -08:00
parent e9b29cda95
commit cd8405a47a

View File

@ -6,6 +6,7 @@
#include <stdio.h>
#else
#include <stdlib.h>
#include <stdio.h>
#include <GL/glew.h>
#if defined(WIN32)
#include <GL/wglew.h>