Skip to content

Commit

Permalink
add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed Sep 30, 2019
1 parent a19cdf5 commit cea5e8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl
dnl +------------------------
dnl | Initialize package info
dnl +------------------------
AC_INIT([libconviqt], [1.2.0], [https://github.com/hpc4cmb/libconviqt/issues])
AC_INIT([libconviqt], [1.2.1], [https://github.com/hpc4cmb/libconviqt/issues])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS(config.h)
Expand Down
1 change: 1 addition & 0 deletions levels/cxxsupport/ls_wigner.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define LEVELS_WIGNER_H

#include <cmath>
#include <stdexcept>
#include "ls_arr.h"

#include "ls_sse_utils_cxx.h"
Expand Down
1 change: 1 addition & 0 deletions src/test_libconviqt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <iomanip>
#include <exception>
#include <sstream>
#include <stdexcept>

#include "conviqt.hpp"

Expand Down
1 change: 1 addition & 0 deletions src/test_libconviqt_mpi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <iomanip>
#include <exception>
#include <sstream>
#include <stdexcept>

#include "conviqt.hpp"

Expand Down

0 comments on commit cea5e8f

Please sign in to comment.