Skip to content

Commit db6a69a

Browse files
committed
fix linux compilation by restoring missing <fstream> in rsdir.cc
1 parent 2dfd69e commit db6a69a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/util/rsdir.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <fcntl.h>
2929
#include <unistd.h>
3030
#include <iostream>
31+
#include <fstream>
3132
#include <algorithm>
3233
#include <stdio.h>
3334
#include <dirent.h>

0 commit comments

Comments
 (0)