Skip to content

Commit 98694b2

Browse files
committed
Add missing include on Linux
1 parent 74b5b8e commit 98694b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/TestBWT.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
*/
1515

16+
#include <algorithm>
1617
#include <cstring>
1718
#include <iostream>
1819
#include <time.h>

0 commit comments

Comments
 (0)