Merge pull request #460 from triplef/fix-cmake-private-install

Added missing private headers to cmake install.
diff --git a/private/CMakeLists.txt b/private/CMakeLists.txt
index a2ee9bd..f77a92d 100644
--- a/private/CMakeLists.txt
+++ b/private/CMakeLists.txt
@@ -14,6 +14,8 @@
             private.h
             queue_private.h
             source_private.h
+            time_private.h
+            workloop_private.h
           DESTINATION
             "${INSTALL_DISPATCH_HEADERS_DIR}")
 endif()