Skip to content

Commit

Permalink
profile compiles again [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Aug 13, 2018
1 parent f9962cc commit 9a25e3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bin/profile/profile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
*
*/

#include "libint2/util/generated/libint2_params.h"
#ifndef LIBINT2_REALTYPE
#define LIBINT2_REALTYPE double
#endif
#include "libint2/boys.h"
#include "libint2/util/timer.h"
#include <ctime>
Expand Down

0 comments on commit 9a25e3c

Please sign in to comment.