common_precompiled_headers.h
1 // Copyright 2022 Citra Emulator Project 2 // Licensed under GPLv2 or any later version 3 // Refer to the license.txt file included. 4 5 #pragma once 6 7 #include <algorithm> 8 #include <array> 9 #include <chrono> 10 #include <memory> 11 12 #include <fmt/format.h> 13 14 #include "common/assert.h" 15 #include "common/common_types.h"