forked from mirror/OpenTTD
Codechange: replace ROR/ROL with std::rotr/rotl
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <bit>
|
||||
#include <cassert>
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
|
Reference in New Issue
Block a user