dthuerck / mapmap_cpu

A high-performance general-purpose MRF MAP solver, heavily exploiting SIMD instructions.
BSD 3-Clause "New" or "Revised" License
102 stars 51 forks source link

Compilation error since commit 986e1ab3 #28

Closed sorcererq closed 2 years ago

sorcererq commented 2 years ago

Because #include <mapmap/dset.h> in graph.impl.h It should be #include

oleg-alexandrov commented 2 years ago

I've seen the same thing.

KhaledSharif commented 2 years ago

Same here, @sorcererq thanks for the fix!

dthuerck commented 2 years ago

Should be fixed in the newest version, please give it a try.

KhaledSharif commented 2 years ago

@dthuerck thanks for fixing it! :)