build: Experimental support to build using precompiled headers

This type of build needs to be explicitly enabled using --with-pch
configure option.

Change-Id: I02dc304187d54c3cf40f1d51b1b11b21f868e225
diff --git a/src/util/random.cpp b/src/util/random.cpp
index f1cb5b9..6bbe203 100644
--- a/src/util/random.cpp
+++ b/src/util/random.cpp
@@ -4,6 +4,8 @@
  * See COPYING for copyright and distribution information.
  */
 
+#include "common.hpp"
+
 #include "random.hpp"
 
 #include <cryptopp/osrng.h>