summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2020-12-19 00:53:33 +1100
committerTomaž Vajngerl <quikee@gmail.com>2020-12-24 09:33:12 +0100
commitd117d402853ee6c103142f0d0ccdb7cd4b8b8d05 (patch)
tree94b99bd6c559b39c20f28a4e5655056891e2e3d4 /include
parent3cf6b8b33036a9994bcbb09b006ff9ca574dfaa8 (diff)
vcl: merge bitmap.cxx and bitmap3.cxx
Change-Id: I0bc9cf6d72e15ed9b47c353a3350c6ebd2e8376f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108038 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/bitmap.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index ef27679bc9fc..d9d6c81d7661 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -27,7 +27,9 @@
#include <vcl/mapmod.hxx>
#include <vcl/region.hxx>
#include <vcl/scopedbitmapaccess.hxx>
+
#include <o3tl/typed_flags_set.hxx>
+
#include <memory>
#define GAMMA( _def_cVal, _def_InvGamma ) (static_cast<sal_uInt8>(MinMax(FRound(pow( _def_cVal/255.0,_def_InvGamma)*255.0),0,255)))