graph/test/dimacs.cpp
Andrew Sutton 5c899afa22 Include correct headers for read_dimacs.hpp, fixing #2460. Added a compile
test (just a stub for now) to ensuer that the file will compile without
any additional includes.


[SVN r49563]
2008-11-03 15:50:29 +00:00

12 lines
245 B
C++

#include <boost/graph/read_dimacs.hpp>
#include <boost/graph/write_dimacs.hpp>
// This is obviously just a stub test. It's currently only used as a compile
// check to make sure that the includes are appropriate.
int main()
{
return 0;
}