kempj / hpxMP

6 stars 10 forks source link

icv_vars.h not found #11

Closed ddemidov closed 9 years ago

ddemidov commented 9 years ago

Where does <icv_vars.h> included in hpx_runtime.h:28 come from?

kempj commented 9 years ago

It's new and I left it out of the commit. It should be there now.

ddemidov commented 9 years ago

Thanks! I had to replace line 28 with

#include "icv-vars.h"

for g++ (v4.9) to pick it up though.