mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-02 10:06:49 -04:00
Added missing include stdint.h to Histogram.h
This commit is contained in:
parent
782944727c
commit
e1934fd9b0
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <stdint.h>
|
||||
|
||||
class QPainter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue