Unless the library is contained entirely within that header, you're gonna have problems. A header file normally only contains declarations for stuff. Just including a header might make your program compile, but it'll never be able to link without the libraries.