1
0
Fork 0

Add include for abs.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3573
This commit is contained in:
Peter Veenstra 2010-04-05 07:06:57 +00:00
parent 8912e7ab6f
commit 2649b91f6f

View file

@ -20,6 +20,7 @@
#include <string.h>
#include <math.h>
#include <cstdlib>
#include "dosbox.h"
#include "video.h"
#include "render.h"