From b2a1811c0167e56a7296dfa8273b6896c051b915 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Fri, 16 Aug 2024 21:49:28 -0700 Subject: [PATCH] Add missing pragma --- third_party/libcxx/stdfloat | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/libcxx/stdfloat b/third_party/libcxx/stdfloat index 4126b4a8c..a3a27dcb5 100644 --- a/third_party/libcxx/stdfloat +++ b/third_party/libcxx/stdfloat @@ -1,4 +1,5 @@ // -*- C++ -*- +#pragma once export namespace std {