Skip to content

Commit

Permalink
support apple-clang
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Sep 5, 2024
1 parent e280d53 commit eac3177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/statistic/all/test_package/test_package.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#include <iostream>
#if defined(__cplusplus) && __cplusplus >= 201703L
# define HAVE_STDCXX_LIMITS 1
#endif
#include "Statistic.h"

int main(void) {
Expand Down

0 comments on commit eac3177

Please sign in to comment.