Kaynağa Gözat

fix: linux build (#7039)

Lukas Kurz 5 ay önce
ebeveyn
işleme
22f1619989
1 değiştirilmiş dosya ile 8 ekleme ve 5 silme
  1. 8 5
      pal/src/cruntime/finite.cpp

+ 8 - 5
pal/src/cruntime/finite.cpp

@@ -1,7 +1,10 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information. 
-//
+//-------------------------------------------------------------------------------------------------------
+// ChakraCore/Pal
+// Contains portions (c) copyright Microsoft, portions copyright (c) the .NET Foundation and Contributors
+// and edits (c) copyright the ChakraCore Contributors.
+// See THIRD-PARTY-NOTICES.txt in the project root for .NET Foundation license
+// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
+//-------------------------------------------------------------------------------------------------------
 
 /*++
 
@@ -19,9 +22,9 @@ Abstract:
 
 --*/
 
+#include <math.h>
 #include "pal/palinternal.h"
 #include "pal/dbgmsg.h"
-#include <math.h>
 
 #if HAVE_IEEEFP_H
 #include <ieeefp.h>