Skip to content

Commit 04129bc

Browse files
authored
Add missing include for newer compilers (#2052)
1 parent 59cb87b commit 04129bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/include/QualityControl/RootFileStorage.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef QUALITYCONTROL_ROOTFILESTORAGE_H
1818
#define QUALITYCONTROL_ROOTFILESTORAGE_H
1919

20+
#include <cstdint>
2021
#include <string>
2122
#include <map>
2223
#include <variant>

0 commit comments

Comments
 (0)