git-svn-id: https://profuse.googlecode.com/svn/branches/v2@218 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2010-05-18 18:39:40 +00:00
parent 03c0e34201
commit f606f8c0f5
2 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
#include <cstring>
namespace LittleEndian {
#include "IOBuffer.t.cpp"
#include "IOBuffer.cpp.h"
}
namespace BigEndian {
#include "IOBuffer.t.cpp"
#include "IOBuffer.cpp.h"
}
#endif