Add back <stdexcept> as GCC requires it.

I removed <stdexcept> after checking it builds with VS 2008. But Dan
pointed out GCC needs that header.
This commit is contained in:
Kimmo Varis 2010-09-06 22:00:56 +03:00
parent 3551ce8b58
commit e800490b50
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <algorithm>
#include <iostream>
#include <fstream>
#include <stdexcept>
#include <ctime>
#include "timer.h"