Skip to content

Commit

Permalink
Fix include file
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 4, 2024
1 parent 8c93667 commit e280155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/std.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#pragma once

#ifdef _MSC_VER
# include "intrin.hpp"
# include "intrin.h"
#endif
#include <algorithm>
#include <any>
Expand Down

0 comments on commit e280155

Please sign in to comment.