Improve entropy-based crop docs based on feedback.

Fix includes to keep MSVC compiler happy.
Additional memory leak suppressions for latest V8.
This commit is contained in:
Lovell Fuller
2016-03-05 13:52:12 +00:00
parent 2034efcf55
commit 185fcfe635
5 changed files with 47 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
#include <algorithm>
#include <tuple>
#include <vips/vips8>
#include "common.h"

View File

@@ -1,6 +1,7 @@
#ifndef SRC_OPERATIONS_H_
#define SRC_OPERATIONS_H_
#include <tuple>
#include <vips/vips8>
using vips::VImage;