Lion compile fix

felipesanches-svg
Marius Kintel 2012-08-18 19:08:50 -04:00
parent 3ee8c09db2
commit 3ac6b033b7
1 changed files with 2 additions and 1 deletions

View File

@ -25,8 +25,9 @@
*/
#include "value.h"
#include <stdio.h>
#include <math.h>
#include <assert.h> // fmod
#include <assert.h>
#include <sstream>
#include <boost/foreach.hpp>
#include <boost/variant/apply_visitor.hpp>