precompiled_headers.h 382 B

1234567891011
  1. // SPDX-FileCopyrightText: 2022 yuzu Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include <boost/container/flat_map.hpp> // used by service.h which is heavily included
  5. #include <boost/intrusive/rbtree.hpp> // used by k_auto_object.h which is heavily included
  6. #include "common/common_precompiled_headers.h"
  7. #include "core/hle/kernel/k_process.h"