Skip to content

Commit c2d4dc7

Browse files
committed
[common] fix missing header windows
1 parent 8dc066e commit c2d4dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popsift/common/assist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
#include <cuda_runtime.h>
1111
#include <iostream>
12+
#include <thread>
1213
#ifdef _WIN32
1314
#include <windows.h>
1415
#else
1516
#include <unistd.h>
16-
#include <thread>
1717
#endif
1818

1919
#include "sift_config.h"

0 commit comments

Comments
 (0)