Commit 56a55129 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Include cctype

parent 60968dff
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include "AmoebaReferenceForce.h" #include "AmoebaReferenceForce.h"
#include "AmoebaReferenceVdwForce.h" #include "AmoebaReferenceVdwForce.h"
#include <algorithm> #include <algorithm>
#include <cctype>
AmoebaReferenceVdwForce::AmoebaReferenceVdwForce( ) : _nonbondedMethod(NoCutoff) { AmoebaReferenceVdwForce::AmoebaReferenceVdwForce( ) : _nonbondedMethod(NoCutoff) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment