mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
11 lines
270 B
C++
11 lines
270 B
C++
--- ./fbreader/src/fbreader/FBView.cpp.orig 2012-11-30 15:41:25.000000000 +0300
|
|
+++ ./fbreader/src/fbreader/FBView.cpp 2015-02-12 19:00:40.000000000 +0200
|
|
@@ -18,6 +18,7 @@
|
|
*/
|
|
|
|
#include <cmath>
|
|
+#include <cstdlib>
|
|
#include <algorithm>
|
|
|
|
#include <ZLUnicodeUtil.h>
|