Skip to content

Commit d50b938

Browse files
committed
Fix missing header for linux compilation
1 parent e9d1466 commit d50b938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ficsit-companion/src/fractional_number.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <stack>
1111
#include <stdexcept>
1212
#include <unordered_map>
13+
#include <vector>
1314

1415
FractionalNumber::FractionalNumber(const long long int n, const long long int d) : numerator(n), denominator(d)
1516
{

0 commit comments

Comments
 (0)