viennacl / viennaclbench-dev

A GUI for displaying benchmark results obtaind for operations in ViennaCL
Other
5 stars 3 forks source link

#include "qcustomplot.h" does not compile in VS2013 #1

Closed matusi143 closed 10 years ago

matusi143 commented 10 years ago

include "qcustomplot.h" does not compile in VS2013 on line 18 of mainwindow.h. To get it to compile, #include needs to be changed to

include "qcustomplot.h" to let the compiler know the header is in an include folder. That should be cross a cross platform compatible change and I would recommend it.