Skip to content

Commit

Permalink
Merge pull request #4401 from Be-ing/movinginterquartile_include
Browse files Browse the repository at this point in the history
MovingInterquartileMean: add missing #include <list>
  • Loading branch information
uklotzde authored Oct 13, 2021
2 parents 6c15c2c + c2cf933 commit 34771c3
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 34771c3

Please sign in to comment.