Skip to content

Commit

Permalink
Merge pull request #20418 from mpirvu/buildbreak
Browse files Browse the repository at this point in the history
Include <unordered_set> only for JITServer platforms
  • Loading branch information
dsouzai authored Oct 28, 2024
2 parents c67b5f4 + 14d1510 commit 55717d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions runtime/compiler/control/HookedByTheJit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
*******************************************************************************/

#include <string>
#include <unordered_set>

#include <algorithm>
#include <limits.h>
#if defined(J9VM_OPT_JITSERVER)
#include <string>
#include <unordered_set>
#endif
#ifdef LINUX
#include <malloc.h>
#endif // LINUX
Expand Down

0 comments on commit 55717d1

Please sign in to comment.