Skip to content

Commit

Permalink
Fixed missing include in test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Nov 7, 2019
1 parent 63ce8ad commit dcbae1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/SimpleEditDistance.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef SIMPLE_EDIT_DISTANCE_H
#define SIMPLE_EDIT_DISTANCE_H

#include <algorithm>
#include <cstdio>
#include <vector>
#include "edlib.h"
Expand Down

0 comments on commit dcbae1d

Please sign in to comment.