I\'m trying to compile someone else\'s code and there isn\'t a simple header file. I need to link the default lapack and blas libraries on osx, and after some searching I figure
The #include
line would go into one or more of the source files, whichever ones uses APIs from the Accelerate framework. Are you getting compile errors? If not, then there's no need to add such an include line. If you are, then you need to add it near the top of whichever file is encountering the errors resulting from lack of those declarations.