diff --git a/doc/src/Manual.txt b/doc/src/Manual.txt
index a40da29c62..72839da8dc 100644
--- a/doc/src/Manual.txt
+++ b/doc/src/Manual.txt
@@ -1,7 +1,7 @@
LAMMPS Users Manual
-
+
@@ -21,7 +21,7 @@
LAMMPS Documentation :c,h3
-17 Jan 2018 version :c,h4
+5 Feb 2018 version :c,h4
Version info: :h4
diff --git a/src/version.h b/src/version.h
index f544f0203c..ad4b632883 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define LAMMPS_VERSION "17 Jan 2018"
+#define LAMMPS_VERSION "5 Feb 2018"
diff --git a/tools/pymol_asphere/src/error.cpp b/tools/pymol_asphere/src/error.cpp
index 0bbd090566..9491ca04a4 100644
--- a/tools/pymol_asphere/src/error.cpp
+++ b/tools/pymol_asphere/src/error.cpp
@@ -13,7 +13,8 @@
#include "error.h"
#include
-
+#include
+
Notice::Notice() {
nullout=new ostream(NULL);
noteout=&cout;