Skip to content

Commit

Permalink
Fix: Compile failure due to Microsoft STL breaking change (ggml-org#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSMlT authored Feb 12, 2025
1 parent 0fb77f8 commit bfd11a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "log.h"

#include <chrono>
#include <condition_variable>
#include <cstdarg>
#include <cstdio>
Expand Down
1 change: 1 addition & 0 deletions examples/imatrix/imatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "log.h"
#include "llama.h"

#include <chrono>
#include <cmath>
#include <cstdio>
#include <cstring>
Expand Down
1 change: 1 addition & 0 deletions examples/perplexity/perplexity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "log.h"
#include "llama.h"

#include <chrono>
#include <algorithm>
#include <array>
#include <atomic>
Expand Down

0 comments on commit bfd11a2

Please sign in to comment.