OSVR / OSVR-Vive

OSVR driver for use with the HTC Vive (including Vive PRE)
Apache License 2.0
62 stars 19 forks source link

Add missing include directives to header files #16

Closed godbyk closed 7 years ago

godbyk commented 8 years ago

I only checked the header files for missing includes. (The .cpp files take a bit more work to check as I usually don't bother including things in the .cpp file if its corresponding header already includes that thing.)

Most of the missing headers were for the following symbols: std::move, std::size_t, std::pair and std::make_pair, std::forward.