Skip to content
Snippets Groups Projects
Commit d30f9471 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed include statement

parent 9a52002c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
#include <iostream>
#ifdef __PLUMED_HAS_CREGEX
#include <cstring>
#include "regex.h"
#include <regex.h>
#endif
using namespace std;
......
......@@ -24,7 +24,7 @@
#include "ActionWithInputGrid.h"
#include "core/ActionRegister.h"
#ifdef __PLUMED_HAS_FFTW
#include "fftw3.h" // FFTW interface
#include <fftw3.h> // FFTW interface
#endif
namespace PLMD {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment