Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Huth committed Dec 10, 2024
1 parent 11c99ba commit 8ffbd64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Plugins/Json/src/DetrayJsonHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

#ifdef _GLIBCXX_ASSERTIONS
#undef _GLIBCXX_ASSERTIONS
#endif

#ifdef _LIBCPP_DEBUG
#undef _LIBCPP_DEBUG
#endif

#include "Acts/Plugins/Json/DetrayJsonHelper.hpp"

namespace Acts::DetrayJsonHelper {
Expand Down

0 comments on commit 8ffbd64

Please sign in to comment.