Add missing include for abs(int)

This commit is contained in:
Stephan Witt 2016-07-04 20:36:16 +02:00
parent 67ac031a33
commit 6c4f30b193
2 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,8 @@
#include "support/lassert.h"
#include <boost/crc.hpp>
#include <stdlib.h>
using namespace std;
namespace lyx {

View File

@ -48,6 +48,7 @@
#include "support/debug.h"
#include "support/lassert.h"
#include <stdlib.h>
#include <cmath>
using namespace std;