blob: 0ea8b14c0ed8ef414d5503b550b7deda85464643 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- core/fxge/dib/blend.cpp
+++ core/fxge/dib/blend.cpp
@@ -7,6 +7,7 @@
#include "core/fxge/dib/blend.h"
#include <algorithm>
+#include <cstdlib>
#include "core/fxge/dib/fx_dib.h"
#include "third_party/base/check_op.h"
|