mirror of
https://github.com/ksherlock/dot_clean.git
synced 2025-02-12 08:30:30 +00:00
missing headers
This commit is contained in:
parent
76b22a17ed
commit
83fb42c2b9
@ -7,6 +7,7 @@
|
||||
#include <system_error>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
@ -223,4 +224,5 @@ int main(int argc, char **argv) {
|
||||
_o.clear();
|
||||
}
|
||||
return _rv;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <system_error>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
@ -262,4 +263,5 @@ int main(int argc, char **argv) {
|
||||
_o.clear();
|
||||
}
|
||||
return _rv;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user