mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-19 09:50:29 +00:00
5 lines
231 B
Plaintext
5 lines
231 B
Plaintext
#pragma once
|
|
#pragma message( \
|
|
"This header will soon be removed. Use <gsl/algorithm> instead of <gsl/gsl_algorithm>")
|
|
#include <gsl/algorithm>
|