Fixing clang/Xcode compiler linking error; clang/Xcode should now build fine
To have things link properly in Xcode, I had to add the following include to protocols/outputter/SilentFileOutputter.cc:
#include <core/io/silent/ProteinSilentStruct.tmpl.hh> //sboyken, 03/17/14 needed for proper linking in Xcode
# ----------------------------------------
No changes to integration/unit tests
This commit should fix linking errors for clang/Xcode that some have mentioned recently