X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Frgb_histogram.cpp;h=dc5bb963bfa9eb599fc8f91b68b29e5c452afa60;hb=f81ae3be1aae619fe4ad022f55d95a4a83ace076;hp=fb1a0ca0783ed2e6d7079fb50d12ba93f7e95350;hpb=a0e57ec99e9dfdd7e79bcf21e8c996dc43b6cb49;p=nageru diff --git a/nageru/rgb_histogram.cpp b/nageru/rgb_histogram.cpp index fb1a0ca..dc5bb96 100644 --- a/nageru/rgb_histogram.cpp +++ b/nageru/rgb_histogram.cpp @@ -1,7 +1,18 @@ #include "rgb_histogram.h" +#include +#include +#include #include +#include +#include #include +#include +#include +#include +#include +#include +#include class QPaintEvent; class QResizeEvent;