I am attempting to use this DOSL template for my C++ code. It is found at: https://github.com/subh83/DOSL
It says that I should be able to access it without installing the library simply by using the header:
#include <dosl/dosl>
I put that include header but when I compiled, I got an error message at that line saying "dosl/dosl ... no such file or directory". Am I misunderstanding the instructions? How does the #include header actually access the template library without a full path to the files?