summaryrefslogtreecommitdiff
path: root/src/common/dynamic_library.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dynamic_library.cpp')
-rw-r--r--src/common/dynamic_library.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/dynamic_library.cpp b/src/common/dynamic_library.cpp
index 11003e1d6..054277a2b 100644
--- a/src/common/dynamic_library.cpp
+++ b/src/common/dynamic_library.cpp
@@ -1,6 +1,5 @@
1// Copyright 2019 Dolphin Emulator Project 1// SPDX-FileCopyrightText: 2019 Dolphin Emulator Project
2// Licensed under GPLv2+ 2// SPDX-License-Identifier: GPL-2.0-or-later
3// Refer to the license.txt file included.
4 3
5#include <string> 4#include <string>
6#include <utility> 5#include <utility>