Add missing include
authorAlexander Kanavin <alexander.kanavin@intel.com>
Mon, 21 Oct 2013 13:51:44 +0000 (16:51 +0300)
committerJaska Uimonen <jaska.uimonen@helsinki.fi>
Wed, 10 Sep 2014 11:40:26 +0000 (14:40 +0300)
AudioManagerDaemon/include/CAmDatabaseHandlerMap.h
AudioManagerDaemon/src/CAmSocketHandler.cpp

index 218f928..e0bca4a 100644 (file)
@@ -28,6 +28,7 @@
 #include <iostream>
 #include <unordered_map>
 #include "IAmDatabaseHandler.h"
+#include <cassert>
 
 namespace am
 {
index 455cb32..d67bd7d 100644 (file)
@@ -32,6 +32,8 @@
 #include <unistd.h>
 #include "shared/CAmDltWrapper.h"
 
+#include <unistd.h>
+
 namespace am
 {