#ifndef CNOID_STDX_CLAMP_HEADER
#define CNOID_STDX_CLAMP_HEADER

#include <algorithm>

namespace cnoid::stdx {
using std::clamp;
}

#endif
