Unable to locate library files

#include <FormatDouble.h>

Trying to compile the code I get a an "fmtDouble was not declaired in this scope" error

If the library is not native you should include it with " " like this:

#include "FormatDouble.h"