forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
191 B
C++
11 lines
191 B
C++
--- ipelib/ipelatex.cpp.orig
|
|
+++ ipelib/ipelatex.cpp
|
|
@@ -35,6 +35,8 @@
|
|
#include "ipefontpool.h"
|
|
#include "ipelatex.h"
|
|
|
|
+#include <cstdlib>
|
|
+
|
|
using namespace ipe;
|
|
|
|
/*! \class ipe::Latex
|