summaryrefslogtreecommitdiffstats
path: root/libdimensionxx/dimensionxx.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libdimensionxx/dimensionxx.hpp')
-rw-r--r--libdimensionxx/dimensionxx.hpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/libdimensionxx/dimensionxx.hpp b/libdimensionxx/dimensionxx.hpp
index a9e89d8..7714f73 100644
--- a/libdimensionxx/dimensionxx.hpp
+++ b/libdimensionxx/dimensionxx.hpp
@@ -21,9 +21,16 @@
#ifndef DIMENSIONXX_HPP
#define DIMENSIONXX_HPP
-/* More includes */
+// Internal helpers
+#include <dimensionxx/cookie.hpp>
+
+// libdimension wrappers
+#include <dimensionxx/error.hpp>
#include <dimensionxx/geometry.hpp>
#include <dimensionxx/color.hpp>
#include <dimensionxx/canvas.hpp>
+// libdimension-png wrapper
+#include <dimensionxx/png.hpp>
+
#endif /* DIMENSIONXX_HPP */