Skip to content

Commit e88360d

Browse files
committed
Windows fix
1 parent 89c0f31 commit e88360d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/rgb-to-lmsr/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <iomanip>
1919
#include <iostream>
2020

21-
#if defined (_MSC_VER) || !defined (FILAMENT_USE_HUNTER)
21+
#if !defined (FILAMENT_USE_HUNTER)
2222
#include <getopt/getopt.h>
2323
#else
2424
#include <getopt.h>

0 commit comments

Comments
 (0)