Added missing include stdint.h to Histogram.h

This commit is contained in:
thunder2 2023-05-08 07:55:57 +02:00
parent 782944727c
commit e1934fd9b0

View File

@ -20,6 +20,7 @@
#include <vector>
#include <iostream>
#include <stdint.h>
class QPainter;