Fixing compile error for kde.

This commit is contained in:
Dongryeol Lee
2010-10-16 16:53:16 +00:00
parent 2dc19eed60
commit 696146aa82
2 changed files with 3 additions and 1 deletions
@@ -9,7 +9,7 @@
#define CORE_TABLE_DENSE_POINT_H
#include <armadillo>
#include "boost/serialization/string.hpp"
#include <boost/serialization/serialization.hpp>
#include "core/table/abstract_point.h"
namespace core {
@@ -6,6 +6,8 @@
#ifndef CORE_TABLE_POINT_REQUEST_MESSAGE_H
#define CORE_TABLE_POINT_REQUEST_MESSAGE_H
#include <boost/serialization/serialization.hpp>
namespace core {
namespace table {