Skip to content

Commit 22f1619

Browse files
fix: linux build (#7039)
1 parent 36becec commit 22f1619

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pal/src/cruntime/finite.cpp

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
//
2-
// Copyright (c) Microsoft. All rights reserved.
3-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4-
//
1+
//-------------------------------------------------------------------------------------------------------
2+
// ChakraCore/Pal
3+
// Contains portions (c) copyright Microsoft, portions copyright (c) the .NET Foundation and Contributors
4+
// and edits (c) copyright the ChakraCore Contributors.
5+
// See THIRD-PARTY-NOTICES.txt in the project root for .NET Foundation license
6+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
7+
//-------------------------------------------------------------------------------------------------------
58

69
/*++
710
@@ -19,9 +22,9 @@ Module Name:
1922
2023
--*/
2124

25+
#include <math.h>
2226
#include "pal/palinternal.h"
2327
#include "pal/dbgmsg.h"
24-
#include <math.h>
2528

2629
#if HAVE_IEEEFP_H
2730
#include <ieeefp.h>

0 commit comments

Comments
 (0)