nixprime / cpsm

A CtrlP matcher, specialized for paths.
Apache License 2.0
202 stars 19 forks source link

Add the missing header #58

Closed r6eve closed 3 years ago

r6eve commented 3 years ago

This PR fixes the following error.

/home/r6eve/.vim/plugged/cpsm/src/matcher.h:636:17: error: ‘numeric_limits’ is not a member of ‘std’
  636 |     return std::numeric_limits<T>::max() - x;
      |                 ^~~~~~~~~~~~~~
nixprime commented 3 years ago

Thanks!