cemyuksel / cyCodeBase

An open source programming resource intended for graphics programmers.
MIT License
271 stars 60 forks source link

Add missing '#include <vector>' #11

Closed AirGuanZ closed 3 years ago

AirGuanZ commented 3 years ago

Hi,

Thanks for the nice library!

When using cySampleElim.h, MSVC 16.9.5 complains about using std::vector without including \<vector>. So I try to fix it in this pr.

cemyuksel commented 3 years ago

Good catch. I went through all header files and updated them.