]> git.sur5r.net Git - i3/i3/blobdiff - include/all.h
Implement support for size hints (including test case)
[i3/i3] / include / all.h
index 2890b9c6c69eaca0412746563db37dddea726180..2096016d3291c252e982a2285ec5c91ee7c361a1 100644 (file)
@@ -22,6 +22,7 @@
 #include <errno.h>
 #include <err.h>
 #include <stdint.h>
+#include <math.h>
 
 #include <xcb/xcb.h>
 #include <xcb/xcb_aux.h>
@@ -49,5 +50,6 @@
 #include "render.h"
 #include "window.h"
 #include "match.h"
+#include "cmdparse.h"
 
 #endif