Skip to content

Commit e89a310

Browse files
committed
fix build problems in ubuntu
1 parent c838de9 commit e89a310

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/decoder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <iostream>
22
#include <fstream>
33
#include <vector>
4+
#include <assert.h>
5+
#include <algorithm>
46

57
using namespace std;
68
class Seed{

0 commit comments

Comments
 (0)