Skip to content

Commit

Permalink
Move include to where it is required
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Sep 9, 2023
1 parent 8bdfd17 commit 112ff9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/colvarmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ You can browse the class hierarchy or the list of source files.
/// shared between all object instances) to be accessed from other
/// objects.

#include <sstream>
#include <string>
#include <vector>
#include <list>
Expand Down
1 change: 1 addition & 0 deletions src/colvartypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#ifndef COLVARTYPES_H
#define COLVARTYPES_H

#include <sstream> // TODO specialize templates and replace this with iosfwd
#include <vector>

#ifdef COLVARS_LAMMPS
Expand Down

0 comments on commit 112ff9f

Please sign in to comment.