Skip to content

Commit 51112c6

Browse files
committed
mark unistd.h in PLAViewer UNIX only
1 parent 47d4508 commit 51112c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/PLAViewer/PLAViewer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#include <iostream>
22
#include <fstream>
33
#include <filesystem>
4+
#ifdef __UNIX__
45
#include <unistd.h>
6+
#endif
57
#include <algorithm>
68

79
#include "common-code/ConsoleUtils.h"

0 commit comments

Comments
 (0)