Skip to content

Commit

Permalink
Correction related to windows build in CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Jun 20, 2024
1 parent e938dd8 commit 2be4ca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_conformance/printf/test_printf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
#include "harness/stringHelpers.h"

#include <algorithm>
#include <array>
#include <cstdarg>
#include <string.h>
#include <errno.h>
#include <memory>
#include <string.h>
#include <vector>

#if ! defined( _WIN32)
#if defined(__APPLE__)
Expand Down

0 comments on commit 2be4ca5

Please sign in to comment.