bugfix: add missing headers

Add missing headers for the handler for the lpc implementations.

Change-Id: Ib7200c88861fb1593cbd7f71f44217a039220a35
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/main.cpp b/main.cpp
index 9c0c40c..29587ec 100644
--- a/main.cpp
+++ b/main.cpp
@@ -19,7 +19,9 @@
 #include "file_handler.hpp"
 #include "firmware_handler.hpp"
 #include "image_handler.hpp"
+#include "lpc_aspeed.hpp"
 #include "lpc_handler.hpp"
+#include "lpc_nuvoton.hpp"
 #include "pci_handler.hpp"
 
 #include <blobs-ipmid/manager.hpp>