Skip to content

Commit

Permalink
Fixed Windows public precommit (openvinotoolkit#6877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored and andrei-cv committed Aug 30, 2021
1 parent 88d1e91 commit d88cfb9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#endif

#ifdef _WIN32
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <Windows.h>
#else
# include <dlfcn.h>
Expand Down

0 comments on commit d88cfb9

Please sign in to comment.