Skip to content

Commit

Permalink
MovingInterquartileMean: add missing #include <list>
Browse files Browse the repository at this point in the history
This is needed with Qt6.
  • Loading branch information
Be-ing committed Oct 13, 2021
1 parent 0a94d35 commit c2cf933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/movinginterquartilemean.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <QQueue>
#include <list>

// Truncated Interquartile mean

Expand Down

0 comments on commit c2cf933

Please sign in to comment.