We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154f0de commit 35c8196Copy full SHA for 35c8196
homework/grayscale-image/test.cpp
@@ -4,6 +4,7 @@
4
#include <vector>
5
6
// TODO: include
7
+#include "compression.hpp"
8
#include "gtest/gtest.h"
9
10
void expectBitmap(const std::vector<std::pair<uint8_t, uint8_t>>& bitmap, size_t fraction) {
0 commit comments