Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 53dab1a

Browse files
committed
Fixed missing include
1 parent b001df5 commit 53dab1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libsrc/hyperion/ImageProcessorFactory.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
// STL includes
3+
#include <cmath>
4+
25
// Hyperion includes
36
#include <hyperion/ImageProcessorFactory.h>
47
#include <hyperion/ImageProcessor.h>

0 commit comments

Comments
 (0)