Fix FreeBSD build: std::tan() requires #include <cmath> instead of <math.h>

This commit is contained in:
Alex Richardson 2015-03-06 03:41:04 +00:00
parent b56ed80de1
commit b275daa576
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kwinglutils.h>
#include <kwinglplatform.h>
#include <math.h>
#include <cmath>
namespace KWin
{

View file

@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <kwinglutils.h>
#include <math.h>
#include <cmath>
namespace KWin
{