fix build

include <cmath> to declare floor()
This commit is contained in:
Allen Winter 2014-05-11 20:58:53 -04:00
parent eb6a3ea9d4
commit 939e01f554
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include "svgtexturenode.h"
#include <cmath> //floor()
namespace Plasma
{

View File

@ -31,6 +31,8 @@
#include "svgtexturenode.h"
#include <cmath> //floor()
namespace Plasma
{