mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Add missing include for abs(int)
This commit is contained in:
parent
67ac031a33
commit
6c4f30b193
@ -45,6 +45,8 @@
|
||||
#include "support/lassert.h"
|
||||
#include <boost/crc.hpp>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace lyx {
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include "support/debug.h"
|
||||
#include "support/lassert.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <cmath>
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user