include assert.h in HistogramWindow.cpp

This commit is contained in:
Sean Rhea
2009-10-03 21:57:02 -04:00
parent 64a975cbcc
commit de97645f29

View File

@@ -21,6 +21,7 @@
#include "RideFile.h"
#include "RideItem.h"
#include <QtGui>
#include <assert.h>
HistogramWindow::HistogramWindow(QWidget *parent) : QWidget(parent)
{