Skip to content

Fixed compile errors

Philip Woods requested to merge elzair/netradiant:compilefix1 into master

I fixed two errors I encountered while compiling on Arch Linux x86_64. I solved an "undefined reference to std::uninitialized_fill" by including a reference to memory in the correct place. Also my copy of algorithm defines two macros min() and max(), so I undefined the project's versions before including algorithm. The program seems to work just fine now.

Merge request reports