hpfem/hermes

INT_MAX problem when compiling hermes_common

Opened this issue · 2 comments

I had a problem compiling "hermes_common" due to INT_MAX (was not defined at the moment). The file "common.h" in the hermes_common/include created a problem for me as the line 33 says: #include"limits". Changing it to either #include"climits" or #include"limits.h" solved my problem (I've put quotation marks instead of greater then and less then signs as web interface didn't allow me to put them).

Thanks - could you please send a pull request?

I've just created a pull request.