Skip to content

Commit

Permalink
Changed time.h to ctime
Browse files Browse the repository at this point in the history
  • Loading branch information
jlphillipsphd committed Nov 24, 2015
1 parent 4ae6a30 commit a044ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DelayedSaccadeTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <iostream>
#include <stdlib.h>
#include <list>
#include <time.h>
#include <ctime>

// Use the Working Memory Toolkit API...
#include <WMtk.h>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ distributions, this is provided in the libqt4-qt3support package.
Basic Installation for most flavors of Unix (Linux):
****************************************************

git submodule init
git submodule update
qmake-qt4
make

Expand Down

0 comments on commit a044ea2

Please sign in to comment.