Skip to content

Commit

Permalink
include windows.h just to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
apage43 authored and manyoso committed Jul 12, 2023
1 parent 95b8fb3 commit 432b7eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt4all-backend/llmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <cstdlib>
#include <sstream>
#ifdef _MSC_VER
#include <windows.h>
#include <processthreadsapi.h>
#endif

Expand Down

0 comments on commit 432b7eb

Please sign in to comment.