Why not use
#include <bits/extc++.h>
It has all of the policy based data structure "includes" in these articles Implicit cartesian tree in GNU C++ STL C++ STL: Policy based data structures and everything included in
#include <bits/stdtr1c++.h>
and
#include <bits/stdc++.h>
Also, with precompiled headers, it runs in about the same time as
#include <bits/stdc++.h>
Link to the file of
#include <bits/extc++.h>